Lines Matching defs:sipd
532 struct sip_desc *sipd;
538 sipd = &sc->sc_txdescs[i];
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);
560 struct sip_desc *sipd = &sc->sc_txdescs[x];
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);
579 struct sip_desc *sipd = &sc->sc_rxdescs[x];
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] =