Searched defs:eth_rx_queue_info (Results 1 – 1 of 1) sorted by relevance
239 struct eth_rx_queue_info { struct240 int queue_enabled; /* True if added */241 int intr_enabled;242 uint8_t ena_vector;243 uint16_t wt; /* Polling weight */244 uint32_t flow_id_mask; /* Set to ~0 if app provides flow id else 0 */245 uint64_t event;246 struct eth_rx_vector_data vector_data;247 struct eth_event_enqueue_buffer *event_buf;251 struct rte_event_eth_rx_adapter_stats *stats;[all …]