Searched defs:bnxt_rx_ring_info (Results 1 – 1 of 1) sorted by relevance
1077 struct bnxt_rx_ring_info { struct1078 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;[all …]