Searched defs:bnxt_rx_ring_info (Results 1 – 1 of 1) sorted by relevance
1104 struct bnxt_rx_ring_info { struct1105 struct bnxt_napi *bnapi;1106 struct bnxt_cp_ring_info *rx_cpr;1107 u16 rx_prod;1108 u16 rx_agg_prod;1109 u16 rx_sw_agg_prod;1110 u16 rx_next_cons;1111 struct bnxt_db_info rx_db;1112 struct bnxt_db_info rx_agg_db;1114 struct bpf_prog *xdp_prog;[all …]