Home | History | Annotate | Download | only in pci

Lines Matching refs:sipd_words

541 			sipd->sipd_words[GSIP64_DESC_LINK_LO] =
543 sipd->sipd_words[GSIP64_DESC_LINK_HI] =
547 sipd->sipd_words[SIP_DESC_LINK] = htole32(next_desc);
563 sipd->sipd_words[GSIP64_DESC_BUFPTR_LO] =
565 sipd->sipd_words[GSIP64_DESC_BUFPTR_HI] =
568 sipd->sipd_words[sc->sc_bufptr_idx] = htole32(bufptr);
570 sipd->sipd_words[sc->sc_extsts_idx] = 0;
571 sipd->sipd_words[sc->sc_cmdsts_idx] = htole32(cmdsts);
583 sipd->sipd_words[GSIP64_DESC_LINK_LO] =
585 sipd->sipd_words[GSIP64_DESC_LINK_HI] =
587 sipd->sipd_words[GSIP64_DESC_BUFPTR_LO] =
589 sipd->sipd_words[GSIP64_DESC_BUFPTR_HI] =
592 sipd->sipd_words[SIP_DESC_LINK] = htole32(next_desc);
593 sipd->sipd_words[sc->sc_bufptr_idx] =
596 sipd->sipd_words[sc->sc_extsts_idx] = 0;
598 sipd->sipd_words[sc->sc_cmdsts_idx] =
1497 sc->sc_txdescs[lasttx].sipd_words[sc->sc_extsts_idx] |=
1527 sc->sc_txdescs[sc->sc_txnext].sipd_words[sc->sc_extsts_idx] |= extsts;
1689 sc->sc_txdescs[lasttx].sipd_words[sc->sc_cmdsts_idx] |=
1705 sc->sc_txdescs[sc->sc_txnext].sipd_words[sc->sc_cmdsts_idx] |=
2053 txs->txs_lastdesc].sipd_words[sc->sc_cmdsts_idx]);
2125 le32toh(sc->sc_rxdescs[i].sipd_words[sc->sc_cmdsts_idx]);
2142 le32toh(sc->sc_rxdescs[i].sipd_words[sc->sc_extsts_idx]);
2341 le32toh(sc->sc_rxdescs[i].sipd_words[sc->sc_cmdsts_idx]);
2908 txs->txs_lastdesc].sipd_words[
2922 txs->txs_lastdesc].sipd_words[sc->sc_cmdsts_idx]);