Home
last modified time | relevance | path

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

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