Searched refs:eec_rx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ev.c | 481 .eec_rx = sfc_ev_nop_rx, 499 .eec_rx = sfc_ev_efx_rx, 517 .eec_rx = sfc_ev_dp_rx, 535 .eec_rx = sfc_ev_nop_rx, 553 .eec_rx = sfc_ev_nop_rx,
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_ev.c | 735 EFSYS_ASSERT(eecp->eec_rx != NULL); in ef10_ev_rx() 736 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags); in ef10_ev_rx()
|
| H A D | efx_ev.c | 857 EFSYS_ASSERT(eecp->eec_rx != NULL); in siena_ev_rx() 858 should_abort = eecp->eec_rx(arg, label, id, size, flags); in siena_ev_rx()
|
| H A D | efx.h | 2541 efx_rx_ev_t eec_rx; member
|