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

Function efx_nic_cfg_get

dpdk/drivers/common/sfc_efx/base/efx_nic.c:733–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733 const efx_nic_cfg_t *
734efx_nic_cfg_get(
735 __in const efx_nic_t *enp)
736{
737 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
738 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE);
739
740 return (&(enp->en_nic_cfg));
741}
742
743 __checkReturn efx_rc_t
744efx_nic_get_fw_version(

Callers 15

sfc_tbls_attachFunction · 0.85
sfc_flow_rss_attachFunction · 0.85
sfc_flow_rss_ctx_programFunction · 0.85
sfc_nic_dma_attachFunction · 0.85
sfc_nic_dma_detachFunction · 0.85
sfc_tx_get_offload_maskFunction · 0.85
sfc_tx_qinitFunction · 0.85
sfc_tx_configureFunction · 0.85
sfc_tx_startFunction · 0.85
sfc_efx_prepare_pktsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected