Searched refs:enc_mon_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mon.c58 EFSYS_ASSERT(encp->enc_mon_type != EFX_MON_INVALID);
59 EFSYS_ASSERT3U(encp->enc_mon_type, <, EFX_MON_NTYPES);
60 return (__efx_mon_name[encp->enc_mon_type]);
93 emp->em_type = encp->enc_mon_type;
95 EFSYS_ASSERT(encp->enc_mon_type != EFX_MON_INVALID);
H A Dmcdi_mon.c504 encp->enc_mon_type = EFX_MON_SFC90X0;
509 encp->enc_mon_type = EFX_MON_SFC91X0;
514 encp->enc_mon_type = EFX_MON_SFC92X0;
H A Defx.h1117 efx_mon_type_t enc_mon_type; member in struct:efx_nic_cfg_s

Completed in 72 milliseconds