Searched defs:sensor_mask_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dmcdi_mon.c166 __in_ecount(sensor_mask_size) uint32_t *sensor_mask,
167 __in size_t sensor_mask_size,
169 __out_ecount_opt(sensor_mask_size) uint32_t *stat_maskp,
190 MIN((8 * sensor_mask_size), EFX_ARRAY_SIZE(mcdi_sensor_map));
164 mcdi_mon_decode_stats( __in efx_nic_t *enp, __in_ecount(sensor_mask_size) uint32_t *sensor_mask, __in size_t sensor_mask_size, __in_opt efsys_mem_t *esmp, __out_ecount_opt(sensor_mask_size) uint32_t *stat_maskp, __inout_ecount_opt(EFX_MON_NSTATS) efx_mon_stat_value_t *stat) argument

Completed in 56 milliseconds