Searched defs:emac_txsoft (Results 1 – 1 of 1) sorted by relevance
141 struct emac_txsoft { struct142 struct mbuf *txs_mbuf; /* head of mbuf chain */143 bus_dmamap_t txs_dmamap; /* our DMA map */144 int txs_firstdesc; /* first descriptor in packet */145 int txs_lastdesc; /* last descriptor in packet */146 int txs_ndesc; /* # of descriptors used */