Searched defs:qede_rx_queue (Results 1 – 1 of 1) sorted by relevance
310 struct qede_rx_queue { struct311 __le16 *hw_cons_ptr;312 void __iomem *hw_rxq_prod_addr;315 struct device *dev;317 struct bpf_prog *xdp_prog;319 u16 sw_rx_cons;320 u16 sw_rx_prod;322 u16 filled_buffers;323 u8 data_direction;324 u8 rxq_id;[all …]