Lines Matching refs:cp_cons
934 u16 cp_cons, u16 curr) in bnxt_get_agg() argument
938 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
940 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_get_agg()
1773 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
1784 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1794 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
1796 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1856 cp_cons = NEXT_CMP(cp_cons); in bnxt_rx_pkt()
1867 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, agg_bufs, in bnxt_rx_pkt()
1897 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, in bnxt_rx_pkt()
1920 skb = bnxt_rx_pages(bp, cpr, skb, cp_cons, agg_bufs, false); in bnxt_rx_pkt()
2015 u16 cp_cons; in bnxt_force_rx_discard() local
2019 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2021 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2024 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2026 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2521 u32 cp_cons, tmp_raw_cons; in bnxt_poll_nitroa0() local
2529 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()
2530 txcmp = &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()
2541 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()
2543 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()