Searched refs:tmp_raw_cons (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxr.c | 219 struct rte_mbuf *mbuf, uint32_t *tmp_raw_cons, in bnxt_rx_pages() argument 237 *tmp_raw_cons = NEXT_RAW_CMP(*tmp_raw_cons); in bnxt_rx_pages() 238 cp_cons = RING_CMP(cpr->cp_ring_struct, *tmp_raw_cons); in bnxt_rx_pages() 668 uint32_t tmp_raw_cons = *raw_cons; in bnxt_rx_pkt() local 670 RING_CMP(cpr->cp_ring_struct, tmp_raw_cons); in bnxt_rx_pkt() 695 tmp_raw_cons = NEXT_RAW_CMP(tmp_raw_cons); in bnxt_rx_pkt() 696 cp_cons = RING_CMP(cpr->cp_ring_struct, tmp_raw_cons); in bnxt_rx_pkt() 699 if (!CMP_VALID(rxcmp1, tmp_raw_cons, cpr->cp_ring_struct)) in bnxt_rx_pkt() 712 mbuf = bnxt_tpa_end(rxq, &tmp_raw_cons, in bnxt_rx_pkt() 761 bnxt_rx_pages(rxq, mbuf, &tmp_raw_cons, agg_buf, NULL); in bnxt_rx_pkt() [all …]
|