Home
last modified time | relevance | path

Searched refs:agg_cnt (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c3163 uint32_t agg_cnt, cons, cmpl_type; in bnxt_rx_queue_count_op() local
3176 agg_cnt = BNXT_RX_L2_AGG_BUFS(rxcmp); in bnxt_rx_queue_count_op()
3177 raw_cons = raw_cons + CMP_LEN(cmpl_type) + agg_cnt; in bnxt_rx_queue_count_op()
3186 agg_cnt = BNXT_TPA_END_AGG_BUFS_TH(p5_tpa_end); in bnxt_rx_queue_count_op()
3191 agg_cnt = BNXT_TPA_END_AGG_BUFS(tpa_end); in bnxt_rx_queue_count_op()
3194 raw_cons = raw_cons + CMP_LEN(cmpl_type) + agg_cnt; in bnxt_rx_queue_count_op()
3264 uint32_t agg_cnt, cons, cmpl_type; in bnxt_rx_descriptor_status_op() local
3284 agg_cnt = BNXT_RX_L2_AGG_BUFS(rxcmp); in bnxt_rx_descriptor_status_op()
3285 raw_cons = raw_cons + CMP_LEN(cmpl_type) + agg_cnt; in bnxt_rx_descriptor_status_op()
3297 agg_cnt = BNXT_TPA_END_AGG_BUFS_TH(p5_tpa_end); in bnxt_rx_descriptor_status_op()
[all …]