Lines Matching refs:cp_cons
895 u16 cp_cons, u16 curr) in bnxt_get_agg() argument
899 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
901 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_get_agg()
1807 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
1820 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1830 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
1832 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1892 cp_cons = NEXT_CMP(cp_cons); in bnxt_rx_pkt()
1903 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, agg_bufs, in bnxt_rx_pkt()
1927 cp_cons, agg_bufs, in bnxt_rx_pkt()
1951 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, in bnxt_rx_pkt()
1978 skb = bnxt_rx_agg_pages_skb(bp, cpr, skb, cp_cons, agg_bufs, false); in bnxt_rx_pkt()
2083 u16 cp_cons; in bnxt_force_rx_discard() local
2087 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2089 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2092 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2094 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2644 u32 cp_cons, tmp_raw_cons; in bnxt_poll_nitroa0() local
2652 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()
2653 txcmp = &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()
2664 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()
2666 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()