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

Function efx_tx_qenable

dpdk/drivers/common/sfc_efx/base/efx_tx.c:518–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518 void
519efx_tx_qenable(
520 __in efx_txq_t *etp)
521{
522 efx_nic_t *enp = etp->et_enp;
523 const efx_tx_ops_t *etxop = enp->en_etxop;
524
525 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC);
526
527 etxop->etxo_qenable(etp);
528}
529
530 __checkReturn efx_rc_t
531efx_tx_qpio_enable(

Callers 1

sfc_tx_qstartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected