Searched defs:qede_rx_queue (Results 1 – 2 of 2) sorted by relevance
312 struct qede_rx_queue { struct313 __le16 *hw_cons_ptr;314 void __iomem *hw_rxq_prod_addr;317 struct device *dev;319 struct bpf_prog *xdp_prog;321 u16 sw_rx_cons;322 u16 sw_rx_prod;324 u16 filled_buffers;325 u8 data_direction;326 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 …]