OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:igc_global_counters
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_evcnt.h
66
static const struct igc_counter
igc_global_counters
[] = {
variable in typeref:typename:const struct igc_counter[]
71
#define
IGC_GLOBAL_COUNTERS
__arraycount(
igc_global_counters
)
72
CTASSERT(
IGC_GLOBAL_COUNTERS
== igcge_count);
if_igc.c
970
IGC_GLOBAL_COUNTERS
* sizeof(sc->sc_global_evcnts[0]), KM_SLEEP);
972
for (int cnt = 0; cnt <
IGC_GLOBAL_COUNTERS
; cnt++) {
974
igc_global_counters
[cnt].type, NULL,
975
device_xname(sc->sc_dev),
igc_global_counters
[cnt].name);
1034
for (int cnt = 0; cnt <
IGC_GLOBAL_COUNTERS
; cnt++)
1038
IGC_GLOBAL_COUNTERS
* sizeof(sc->sc_global_evcnts[0]));
1155
for (int cnt = 0; cnt <
IGC_GLOBAL_COUNTERS
; cnt++)
Completed in 13 milliseconds
Indexes created Fri Oct 10 21:09:48 GMT 2025