OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isc_tx_broadcast
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iavf.c
306
struct evcnt
isc_tx_broadcast
;
member in struct:iavf_stat_counters
2047
iavf_evcnt_attach(&isc->
isc_tx_broadcast
, dn, "Tx broadcast");
2071
evcnt_detach(&isc->
isc_tx_broadcast
);
4488
isc->
isc_tx_broadcast
.ev_count = st->tx_broadcast;
if_ixl.c
504
struct evcnt
isc_tx_broadcast
;
member in struct:ixl_stats_counters
6177
evcnt_attach_dynamic(&isc->
isc_tx_broadcast
, EVCNT_TYPE_MISC,
6254
evcnt_detach(&isc->
isc_tx_broadcast
);
6435
atomic_add_64(&isc->
isc_tx_broadcast
.ev_count, delta);
Completed in 19 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025