Home
last modified time | relevance | path

Searched refs:rx_pkts_end (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef100_rx.c471 struct rte_mbuf ** const rx_pkts_end) in sfc_ef100_rx_process_ready_pkts() argument
473 while (rxq->ready_pkts > 0 && rx_pkts != rx_pkts_end) { in sfc_ef100_rx_process_ready_pkts()
567 struct rte_mbuf ** const rx_pkts_end = &rx_pkts[nb_pkts]; in sfc_ef100_recv_pkts() local
570 rx_pkts = sfc_ef100_rx_process_ready_pkts(rxq, rx_pkts, rx_pkts_end); in sfc_ef100_recv_pkts()
576 while (rx_pkts != rx_pkts_end && sfc_ef100_rx_get_event(rxq, &rx_ev)) { in sfc_ef100_recv_pkts()
580 rx_pkts_end); in sfc_ef100_recv_pkts()
591 return nb_pkts - (rx_pkts_end - rx_pkts); in sfc_ef100_recv_pkts()
H A Dsfc_ef10_rx.c253 struct rte_mbuf ** const rx_pkts_end) in sfc_ef10_rx_process_event() argument
375 if (rx_pkts != rx_pkts_end) { in sfc_ef10_rx_process_event()
438 struct rte_mbuf ** const rx_pkts_end = &rx_pkts[nb_pkts]; in sfc_ef10_recv_pkts() local
449 while (rx_pkts != rx_pkts_end && sfc_ef10_rx_get_event(rxq, &rx_ev)) { in sfc_ef10_recv_pkts()
456 rx_pkts, rx_pkts_end); in sfc_ef10_recv_pkts()
470 return nb_pkts - (rx_pkts_end - rx_pkts); in sfc_ef10_recv_pkts()