Searched defs:igc_tx_queue (Results 1 – 1 of 1) sorted by relevance
190 struct igc_tx_queue { struct191 volatile union igc_adv_tx_desc *tx_ring; /**< TX ring address */193 struct igc_tx_entry *sw_ring; /**< virtual address of SW ring. */198 uint16_t tx_head;200 uint16_t queue_id; /**< TX queue index. */201 uint16_t reg_idx; /**< TX queue register index. */202 uint16_t port_id; /**< Device port identifier. */204 uint8_t hthresh; /**< Host threshold register. */206 uint8_t ctx_curr;209 struct igc_advctx_info ctx_cache[IGC_CTX_NUM];[all …]