Home
last modified time | relevance | path

Searched refs:cmpl_type (Results 1 – 2 of 2) 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
3171 cmpl_type = CMP_TYPE(rxcmp); in bnxt_rx_queue_count_op()
3173 switch (cmpl_type) { in bnxt_rx_queue_count_op()
3177 raw_cons = raw_cons + CMP_LEN(cmpl_type) + agg_cnt; in bnxt_rx_queue_count_op()
3194 raw_cons = raw_cons + CMP_LEN(cmpl_type) + agg_cnt; in bnxt_rx_queue_count_op()
3199 raw_cons += CMP_LEN(cmpl_type); in bnxt_rx_queue_count_op()
3264 uint32_t agg_cnt, cons, cmpl_type; in bnxt_rx_descriptor_status_op() local
3272 cmpl_type = CMP_TYPE(rxcmp); in bnxt_rx_descriptor_status_op()
3274 switch (cmpl_type) { in bnxt_rx_descriptor_status_op()
3285 raw_cons = raw_cons + CMP_LEN(cmpl_type) + agg_cnt; in bnxt_rx_descriptor_status_op()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_lan_tx_rx.h1202 u8 cmpl_type; member