Home
last modified time | relevance | path

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

/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_channel.c444 uint32_t num_tx_rings, num_rx_rings, num_allocator_rings; in os_channel_create_extended() local
522 num_rx_rings = _num_rx_rings(ci); /* # of channel rx rings */ in os_channel_create_extended()
545 chd_sz = CHD_SIZE(num_tx_rings + num_rx_rings + num_allocator_rings + in os_channel_create_extended()
645 for (i = 0; i < num_rx_rings; i++) { in os_channel_create_extended()
651 ring_offset += num_rx_rings; in os_channel_create_extended()
675 num_tx_rings + num_rx_rings; in os_channel_create_extended()
694 num_tx_rings + num_rx_rings + num_allocator_rings + in os_channel_create_extended()