OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGC_QUEUE_EVENT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_evcnt.h
45
#define
IGC_QUEUE_EVENT
(q, event, delta) ((void)(q))
121
enum
igc_queue_event
{
enum
292
#define
IGC_QUEUE_EVENT
(q, event, delta) \
if_igc.c
1659
IGC_QUEUE_EVENT
(q, tx_pcq_drop, 1);
1694
IGC_QUEUE_EVENT
(q, tx_no_desc, 1);
1711
IGC_QUEUE_EVENT
(q, tx_pcq_drop, 1);
1720
IGC_QUEUE_EVENT
(q, tx_ctx, 1);
1761
IGC_QUEUE_EVENT
(q, tx_packets, 1);
1762
IGC_QUEUE_EVENT
(q, tx_bytes, m->m_pkthdr.len);
2148
IGC_QUEUE_EVENT
(q, rx_discard, 1);
2211
IGC_QUEUE_EVENT
(q, rx_packets, 1);
2212
IGC_QUEUE_EVENT
(q, rx_bytes, m->m_pkthdr.len);
2594
IGC_QUEUE_EVENT
(q, rx_no_mbuf, 1)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025