Lines Matching refs:cp_cons
901 u16 cp_cons, u16 curr) in bnxt_get_agg() argument
905 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
907 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_get_agg()
1778 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
1791 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1801 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt()
1803 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_pkt()
1863 cp_cons = NEXT_CMP(cp_cons); in bnxt_rx_pkt()
1874 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, agg_bufs, in bnxt_rx_pkt()
1898 cp_cons, agg_bufs, in bnxt_rx_pkt()
1922 bnxt_reuse_rx_agg_bufs(cpr, cp_cons, 0, in bnxt_rx_pkt()
1949 skb = bnxt_rx_agg_pages_skb(bp, cpr, skb, cp_cons, agg_bufs, false); in bnxt_rx_pkt()
2054 u16 cp_cons; in bnxt_force_rx_discard() local
2058 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2060 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2063 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_force_rx_discard()
2065 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_force_rx_discard()
2615 u32 cp_cons, tmp_raw_cons; in bnxt_poll_nitroa0() local
2624 cp_cons = RING_CMP(raw_cons); in bnxt_poll_nitroa0()
2625 txcmp = &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()
2636 cp_cons = RING_CMP(tmp_raw_cons); in bnxt_poll_nitroa0()
2638 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_poll_nitroa0()