Home
last modified time | relevance | path

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

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