Lines Matching defs:bnxt_rx_ring_info
1077 struct bnxt_rx_ring_info { struct
1078 struct bnxt_napi *bnapi;
1079 struct bnxt_cp_ring_info *rx_cpr;
1080 u16 rx_prod;
1081 u16 rx_agg_prod;
1082 u16 rx_sw_agg_prod;
1083 u16 rx_next_cons;
1084 struct bnxt_db_info rx_db;
1085 struct bnxt_db_info rx_agg_db;
1087 struct bpf_prog *xdp_prog;
1089 struct rx_bd *rx_desc_ring[MAX_RX_PAGES];
1090 struct bnxt_sw_rx_bd *rx_buf_ring;
1092 struct rx_bd *rx_agg_desc_ring[MAX_RX_AGG_PAGES];
1093 struct bnxt_sw_rx_agg_bd *rx_agg_ring;
1095 unsigned long *rx_agg_bmap;
1096 u16 rx_agg_bmap_size;
1098 dma_addr_t rx_desc_mapping[MAX_RX_PAGES];
1099 dma_addr_t rx_agg_desc_mapping[MAX_RX_AGG_PAGES];
1101 struct bnxt_tpa_info *rx_tpa;
1102 struct bnxt_tpa_idx_map *rx_tpa_idx_map;
1104 struct bnxt_ring_struct rx_ring_struct;
1105 struct bnxt_ring_struct rx_agg_ring_struct;
1106 struct xdp_rxq_info xdp_rxq;
1107 struct page_pool *page_pool;