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

  /src/sys/dev/pci/
if_txpreg.h 559 struct txp_swdesc { struct
580 struct txp_swdesc sc_txd[TX_ENTRIES];
587 struct txp_swdesc sc_rxd[RXBUF_ENTRIES];
588 struct txp_swdesc *sc_rxd_pool[RXBUF_ENTRIES];
if_txp.c 124 static void txp_rxd_free(struct txp_softc *, struct txp_swdesc *);
125 static struct txp_swdesc *txp_rxd_alloc(struct txp_softc *);
678 static struct txp_swdesc *
687 txp_rxd_free(struct txp_softc *sc, struct txp_swdesc *sd)
694 txp_rxd_idx(struct txp_softc *sc, struct txp_swdesc *sd)
701 txp_txd_idx(struct txp_softc *sc, struct txp_swdesc *sd)
714 struct txp_swdesc *sd;
831 struct txp_swdesc *sd;
913 struct txp_swdesc *sd;
984 struct txp_swdesc *sd
    [all...]

Completed in 12 milliseconds