HomeSort by: relevance | last modified time | path
    Searched refs:igc_queue_counters (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_evcnt.h 137 static const struct igc_counter igc_queue_counters[] = { variable in typeref:typename:const struct igc_counter[]
155 #define IGC_QUEUE_COUNTERS __arraycount(igc_queue_counters)
156 CTASSERT(IGC_QUEUE_COUNTERS == igcqe_count);
if_igc.c 1004 IGC_QUEUE_COUNTERS * sizeof(q->igcq_queue_evcnts[0]),
1007 for (int cnt = 0; cnt < IGC_QUEUE_COUNTERS; cnt++) {
1009 igc_queue_counters[cnt].type, NULL,
1010 q->igcq_queue_evname, igc_queue_counters[cnt].name);
1058 for (int cnt = 0; cnt < IGC_QUEUE_COUNTERS; cnt++)
1062 IGC_QUEUE_COUNTERS * sizeof(q->igcq_queue_evcnts[0]));
1173 for (int cnt = 0; cnt < IGC_QUEUE_COUNTERS; cnt++)

Completed in 14 milliseconds