Searched defs:bnxt_rx_ring_info (Results 1 – 1 of 1) sorted by relevance
1090 struct bnxt_rx_ring_info { struct1091 struct bnxt_napi *bnapi;1092 struct bnxt_cp_ring_info *rx_cpr;1093 u16 rx_prod;1094 u16 rx_agg_prod;1095 u16 rx_sw_agg_prod;1096 u16 rx_next_cons;1097 struct bnxt_db_info rx_db;1098 struct bnxt_db_info rx_agg_db;1100 struct bpf_prog *xdp_prog;[all …]