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