Lines Matching refs:cp_cons

1010 				       u16 cp_cons, u16 curr)  in bnxt_get_agg()  argument
1014 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
1016 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_get_agg()
2027 u16 cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
2041 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
2051 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
2053 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
2115 cp_cons = NEXT_CMP(cp_cons); in bnxt_rx_pkt()
2126 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, agg_bufs, in bnxt_rx_pkt()
2150 cp_cons, agg_bufs, in bnxt_rx_pkt()
2174 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, in bnxt_rx_pkt()
2196 skb = bnxt_rx_agg_pages_skb(bp, cpr, skb, cp_cons, agg_bufs, false); in bnxt_rx_pkt()
2300 u16 cp_cons; in bnxt_force_rx_discard() local
2304 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2306 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2309 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2311 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
3004 u32 cp_cons, tmp_raw_cons; in bnxt_poll_nitroa0() local
3013 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()
3014 txcmp = &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()
3025 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()
3027 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()