Searched refs:rngp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mac.c624 __in const struct efx_mac_stats_range *rngp)
636 (unsigned int)rngp->last) {
641 EFSYS_ASSERT3U(rngp->first, <=, rngp->last);
642 EFSYS_ASSERT3U(rngp->last, <, EFX_MAC_NSTATS);
648 if ((unsigned int)rngp->first > el_max ||
649 (unsigned int)rngp->last < el_min)
651 low = MAX((unsigned int)rngp->first, el_min);
652 high = MIN((unsigned int)rngp->last, el_max);
671 __in_ecount(rng_count) const struct efx_mac_stats_range *rngp,
[all...]
H A Defx_impl.h1152 __in_ecount(rng_count) const struct efx_mac_stats_range *rngp, variable in typeref:struct:efx_mac_stats_range

Completed in 54 milliseconds