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

/freebsd-12-stable/sys/net/
H A Dif_lagg.h230 uint64_t val[IFCOUNTERS];
H A Dif_var.h125 IFCOUNTERS /* Array size. */ enumerator in enum:__anon15897
343 counter_u64_t if_counters[IFCOUNTERS];
H A Dif_lagg.c827 for (i = 0; i < IFCOUNTERS; i++, pval++)
925 for (i = 0; i < IFCOUNTERS; i++, pval++) {
1072 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt));
H A Dif.c646 for (int i = 0; i < IFCOUNTERS; i++)
677 for (int i = 0; i < IFCOUNTERS; i++)
1753 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt));
1766 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt));
/freebsd-12-stable/sys/dev/bnxt/
H A Dif_bnxt.c1399 if (cnt < IFCOUNTERS)
/freebsd-12-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2056 if (cnt < IFCOUNTERS)

Completed in 131 milliseconds