Searched defs:igb_tx_entry (Results 1 – 1 of 1) sorted by relevance
76 struct igb_tx_entry { struct77 struct rte_mbuf *mbuf; /**< mbuf associated with TX desc, if any. */78 uint16_t next_id; /**< Index of next descriptor in ring. */79 uint16_t last_id; /**< Index of last scattered descriptor. */