Lines Matching refs:cp_cons
847 u16 cp_cons, u16 curr) in bnxt_get_agg() argument
851 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
853 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_get_agg()
1679 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
1690 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1700 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
1702 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1754 cp_cons = NEXT_CMP(cp_cons); in bnxt_rx_pkt()
1765 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, agg_bufs, in bnxt_rx_pkt()
1789 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, in bnxt_rx_pkt()
1810 skb = bnxt_rx_pages(bp, cpr, skb, cp_cons, agg_bufs, false); in bnxt_rx_pkt()
1880 u16 cp_cons; in bnxt_force_rx_discard() local
1883 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
1885 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
1888 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
1890 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2274 u32 cp_cons, tmp_raw_cons; in bnxt_poll_nitroa0() local
2282 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()
2283 txcmp = &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()
2290 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()
2292 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()