Searched defs:bnxt_rx_ring_info (Results 1 – 1 of 1) sorted by relevance
1083 struct bnxt_rx_ring_info { struct1084 struct bnxt_napi *bnapi;1085 struct bnxt_cp_ring_info *rx_cpr;1086 u16 rx_prod;1087 u16 rx_agg_prod;1088 u16 rx_sw_agg_prod;1089 u16 rx_next_cons;1090 struct bnxt_db_info rx_db;1091 struct bnxt_db_info rx_agg_db;1093 struct bpf_prog *xdp_prog;[all …]