Searched refs:IFCOUNTERS (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_lagg.h231 uint64_t val[IFCOUNTERS];
H A Dif_var.h124 IFCOUNTERS /* Array size. */ enumerator in enum:__anon14888
394 counter_u64_t if_counters[IFCOUNTERS];
H A Dif_lagg.c853 for (i = 0; i < IFCOUNTERS; i++, pval++)
950 for (i = 0; i < IFCOUNTERS; i++, pval++) {
1099 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt));
H A Dif.c647 for (int i = 0; i < IFCOUNTERS; i++)
694 for (int i = 0; i < IFCOUNTERS; i++)
1765 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt));
1778 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt));
/freebsd-13-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2054 if (cnt < IFCOUNTERS)
/freebsd-13-stable/sys/dev/bnxt/
H A Dif_bnxt.c1406 if (cnt < IFCOUNTERS)

Completed in 203 milliseconds