Searched defs:en_txslot (Results 1 – 1 of 1) sorted by relevance
110 struct en_txslot { struct111 uint32_t mbsize; /* # mbuf bytes in use (max=TXHIWAT) */112 uint32_t bfree; /* # free bytes in buffer */113 uint32_t start; /* start of buffer area (byte offset) */114 uint32_t stop; /* ends of buffer area (byte offset) */115 uint32_t cur; /* next free area (byte offset) */116 uint32_t nref; /* # of VCs using this channel */117 struct ifqueue q; /* mbufs waiting for DMA now */118 struct ifqueue indma; /* mbufs waiting for DMA now */