Home
last modified time | relevance | path

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

/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c640 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended()
647 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended()
654 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended()
661 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended()
668 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended()
899 return &chd->chd_rings[rid - _ring_id(ci, CHANNEL_FIRST_TX_RING)]; in os_channel_tx_ring()
914 return &chd->chd_rings[_num_tx_rings(ci) + /* add tx rings */ in os_channel_rx_ring()
1690 chrd = &chd->chd_rings[large ? in os_channel_packet_alloc_common()
1774 chrd = &chd->chd_rings[chd->chd_free_ring_idx]; in os_channel_packet_free()
1937 chrd = &chd->chd_rings[large ? in os_channel_purge_packet_alloc_ring_common()
[all …]
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h614 struct channel_ring_desc chd_rings[0] member
619 ((size_t)(&((struct channel *)0)->chd_rings[n]))