Searched defs:txgbe_rx_queue (Results 1 – 1 of 1) sorted by relevance
279 struct txgbe_rx_queue { struct283 volatile uint32_t *rdt_reg_addr; /**< RDT register address. */287 struct txgbe_scattered_rx_entry *sw_sc_ring;295 uint16_t rx_free_trigger; /**< triggers rx buffer allocation */297 uint16_t queue_id; /**< RX queue index. */298 uint16_t reg_idx; /**< RX queue register index. */300 uint16_t pkt_type_mask;301 uint16_t port_id; /**< Device port identifier. */306 uint64_t vlan_flags;309 struct rte_mbuf fake_mbuf;[all …]