Searched defs:qede_rx_queue (Results 1 – 1 of 1) sorted by relevance
333 struct qede_rx_queue { struct334 __le16 *hw_cons_ptr;335 void __iomem *hw_rxq_prod_addr;338 struct device *dev;340 struct bpf_prog *xdp_prog;342 u16 sw_rx_cons;343 u16 sw_rx_prod;345 u16 filled_buffers;346 u8 data_direction;347 u8 rxq_id;[all …]