Lines Matching defs:qede_rx_queue
310 struct qede_rx_queue { struct
311 __le16 *hw_cons_ptr;
312 void __iomem *hw_rxq_prod_addr;
315 struct device *dev;
317 struct bpf_prog *xdp_prog;
319 u16 sw_rx_cons;
320 u16 sw_rx_prod;
322 u16 filled_buffers;
323 u8 data_direction;
324 u8 rxq_id;
327 u16 num_rx_buffers;
329 u16 rx_headroom;
331 u32 rx_buf_size;
332 u32 rx_buf_seg_size;
334 struct sw_rx_data *sw_rx_ring;
335 struct qed_chain rx_bd_ring;
336 struct qed_chain rx_comp_ring ____cacheline_aligned;
339 struct qede_agg_info tpa_info[ETH_TPA_MAX_AGGS_NUM];
342 u64 rcv_pkts;
344 u64 rx_hw_errors;
345 u64 rx_alloc_errors;
346 u64 rx_ip_frags;
348 u64 xdp_no_pass;
350 void *handle;
351 struct xdp_rxq_info xdp_rxq;