Searched refs:cmpl_type (Results 1 – 2 of 2) sorted by relevance
3163 uint32_t agg_cnt, cons, cmpl_type; in bnxt_rx_queue_count_op() local3171 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() local3272 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 …]
1202 u8 cmpl_type; member