Home
last modified time | relevance | path

Searched refs:unitp (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mon.c581 __out efx_mon_stat_unit_t *unitp) in efx_mon_get_stat_unit() argument
614 *unitp = EFX_MON_STAT_UNIT_VOLTAGE_MV; in efx_mon_get_stat_unit()
643 *unitp = EFX_MON_STAT_UNIT_TEMP_C; in efx_mon_get_stat_unit()
651 *unitp = EFX_MON_STAT_UNIT_BOOL; in efx_mon_get_stat_unit()
654 *unitp = EFX_MON_STAT_UNIT_POWER_W; in efx_mon_get_stat_unit()
667 *unitp = EFX_MON_STAT_UNIT_CURRENT_MA; in efx_mon_get_stat_unit()
674 *unitp = EFX_MON_STAT_UNIT_RPM; in efx_mon_get_stat_unit()
677 *unitp = EFX_MON_STAT_UNIT_UNKNOWN; in efx_mon_get_stat_unit()
681 if (*unitp == EFX_MON_STAT_UNIT_UNKNOWN) in efx_mon_get_stat_unit()
H A Defx.h994 __out efx_mon_stat_unit_t *unitp);