Home
last modified time | relevance | path

Searched refs:nce_ring_count (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/
H A Dos_stats_private.h1131 uint32_t nce_ring_count; /* -fbounds-safety: only TX and RX rings*/ member
1132 nexus_channel_ring_entry nce_ring_entries[__counted_by(nce_ring_count)]; /* tx followed by rx */
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus.c3334 entry->nce_ring_count = ring_count; in nexus_channel_info_populate()