Searched defs:qede_rx_queue (Results 1 – 1 of 1) sorted by relevance
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 …]