Searched refs:storm_stats_index (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2284 ha->storm_stats_index = 0;
2287 OID_AUTO, "storm_stats_index", CTLFLAG_RD,
2288 &ha->storm_stats_index, ha->storm_stats_index,
7715 if (ha->storm_stats_index >= QLNX_STORM_STATS_SAMPLES_PER_HWFN) {
7730 index = ha->storm_stats_index +
7840 ha->storm_stats_index++;
H A Dqlnx_ioctl.c740 // if (ha->storm_stats_index < QLNX_STORM_STATS_SAMPLES_PER_HWFN)
743 s_stats->num_samples = ha->storm_stats_index;
770 ha->storm_stats_index = 0;
H A Dqlnx_def.h505 uint32_t storm_stats_index; member in struct:qlnx_host

Completed in 194 milliseconds