HomeSort by: relevance | last modified time | path
    Searched defs:sipd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_sip.c 532 struct sip_desc *sipd; local in function:sip_init_txring
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]; local in function:sip_init_txdesc
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
579 struct sip_desc *sipd = &sc->sc_rxdescs[x]; local in function:sip_init_rxdesc
    [all...]
if_sip.c 532 struct sip_desc *sipd; local in function:sip_init_txring
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]; local in function:sip_init_txdesc
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
579 struct sip_desc *sipd = &sc->sc_rxdescs[x]; local in function:sip_init_rxdesc
    [all...]
if_sip.c 532 struct sip_desc *sipd; local in function:sip_init_txring
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]; local in function:sip_init_txdesc
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
579 struct sip_desc *sipd = &sc->sc_rxdescs[x]; local in function:sip_init_rxdesc
    [all...]

Completed in 73 milliseconds