Lines Matching refs:rxcmp
3148 struct rx_pkt_cmpl *rxcmp; in bnxt_rx_queue_count_op() local
3166 rxcmp = (struct rx_pkt_cmpl *)&cpr->cp_desc_ring[cons]; in bnxt_rx_queue_count_op()
3168 if (!bnxt_cpr_cmp_valid(rxcmp, raw_cons, cp_ring_size)) in bnxt_rx_queue_count_op()
3171 cmpl_type = CMP_TYPE(rxcmp); in bnxt_rx_queue_count_op()
3176 agg_cnt = BNXT_RX_L2_AGG_BUFS(rxcmp); in bnxt_rx_queue_count_op()
3185 p5_tpa_end = (void *)rxcmp; in bnxt_rx_queue_count_op()
3190 tpa_end = (void *)rxcmp; in bnxt_rx_queue_count_op()
3214 struct rx_pkt_cmpl *rxcmp; in bnxt_rx_descriptor_status_op() local
3234 struct rx_pkt_cmpl *rxcmp; in bnxt_rx_descriptor_status_op() local
3241 rxcmp = (struct rx_pkt_cmpl *)&cpr->cp_desc_ring[cons]; in bnxt_rx_descriptor_status_op()
3243 if (bnxt_cpr_cmp_valid(rxcmp, raw_cons, cp_ring_size)) in bnxt_rx_descriptor_status_op()
3267 rxcmp = (struct rx_pkt_cmpl *)&cpr->cp_desc_ring[cons]; in bnxt_rx_descriptor_status_op()
3269 if (!bnxt_cpr_cmp_valid(rxcmp, raw_cons, cp_ring_size)) in bnxt_rx_descriptor_status_op()
3272 cmpl_type = CMP_TYPE(rxcmp); in bnxt_rx_descriptor_status_op()
3278 cons = rxcmp->opaque; in bnxt_rx_descriptor_status_op()
3284 agg_cnt = BNXT_RX_L2_AGG_BUFS(rxcmp); in bnxt_rx_descriptor_status_op()
3296 p5_tpa_end = (void *)rxcmp; in bnxt_rx_descriptor_status_op()
3301 tpa_end = (void *)rxcmp; in bnxt_rx_descriptor_status_op()