Home
last modified time | relevance | path

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

/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_channel.c460 uint32_t num_tx_rings, num_rx_rings, num_allocator_rings; in os_channel_create_extended() local
550 num_rx_rings = _num_rx_rings(ci); /* # of channel rx rings */ in os_channel_create_extended()
573 chd_sz = CHD_SIZE(num_tx_rings + num_rx_rings + num_allocator_rings + in os_channel_create_extended()
673 for (i = 0; i < num_rx_rings; i++) { in os_channel_create_extended()
679 ring_offset += num_rx_rings; in os_channel_create_extended()
703 num_tx_rings + num_rx_rings; in os_channel_create_extended()
722 num_tx_rings + num_rx_rings + num_allocator_rings + in os_channel_create_extended()