Searched defs:qede_rx_queue (Results 1 – 2 of 2) 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 …]
329 struct qede_rx_queue { struct330 __le16 *hw_cons_ptr;331 void __iomem *hw_rxq_prod_addr;334 struct device *dev;336 struct bpf_prog *xdp_prog;338 u16 sw_rx_cons;339 u16 sw_rx_prod;341 u16 filled_buffers;342 u8 data_direction;343 u8 rxq_id;[all …]