MCPcopy Create free account
hub / github.com/F-Stack/f-stack / efx_rx_qenable

Function efx_rx_qenable

dpdk/drivers/common/sfc_efx/base/efx_rx.c:864–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864 void
865efx_rx_qenable(
866 __in efx_rxq_t *erp)
867{
868 efx_nic_t *enp = erp->er_enp;
869 const efx_rx_ops_t *erxop = enp->en_erxop;
870
871 EFSYS_ASSERT3U(erp->er_magic, ==, EFX_RXQ_MAGIC);
872
873 erxop->erxo_qenable(erp);
874}
875
876static __checkReturn efx_rc_t
877efx_rx_qcreate_internal(

Callers 1

sfc_rx_qstartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected