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

  /src/sys/dev/ic/
tulipvar.h 76 struct tulip_desc tcd_txdescs[TULIP_NTXDESC];
81 struct tulip_desc tcd_rxdescs[TULIP_NRXDESC];
500 TULIP_CDTXOFF(__x), sizeof(struct tulip_desc) * \
508 TULIP_CDTXOFF(__x), sizeof(struct tulip_desc) * __n, (ops)); \
513 TULIP_CDRXOFF((x)), sizeof(struct tulip_desc), (ops))
527 struct tulip_desc *__rxd = &sc->sc_rxdescs[(x)]; \
tulipreg.h 156 struct tulip_desc { struct
tulip.c 679 struct tulip_desc *txd;
1421 struct tulip_desc *txd;
1774 struct tulip_desc *txd = &sc->sc_txdescs[i];
2551 struct tulip_desc *txd;

Completed in 17 milliseconds