Searched refs:IFCOUNTERS (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | if_private.h | 144 counter_u64_t if_counters[IFCOUNTERS];
|
H A D | if_lagg.h | 229 uint64_t val[IFCOUNTERS];
|
H A D | if_var.h | 121 IFCOUNTERS /* Array size. */ enumerator
|
H A D | if_lagg.c | 858 for (i = 0; i < IFCOUNTERS; i++, pval++) in lagg_port_create() 955 for (i = 0; i < IFCOUNTERS; i++, pval++) { in lagg_port_destroy() 1104 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt)); in lagg_get_counter()
|
H A D | if.c | 570 for (int i = 0; i < IFCOUNTERS; i++) in if_alloc_domain() 651 for (int i = 0; i < IFCOUNTERS; i++) in if_free_deferred() 1667 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt)); in if_get_counter_default() 1680 KASSERT(cnt < IFCOUNTERS, ("%s: invalid cnt %d", __func__, cnt)); in if_inc_counter()
|
/freebsd/sys/dev/enic/ |
H A D | if_enic.c | 1019 if (cnt < IFCOUNTERS) in enic_get_counter()
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 2047 if (cnt < IFCOUNTERS) in vmxnet3_get_counter()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 3227 if (cnt < IFCOUNTERS) in bnxt_get_counter()
|