Searched defs:new_fanout_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1806 int i, srings_present, new_fanout_cnt; local
1817 new_fanout_cnt = srs_cpu->mc_rx_fanout_cnt;
1824 if (new_fanout_cnt > srings_present) {
1831 i < new_fanout_cnt; i++) {
1841 } else if (new_fanout_cnt < srings_present) {
1843 if (new_fanout_cnt == 1) {
1850 for (i = new_fanout_cnt;
1868 ASSERT(new_fanout_cnt == mac_rx_srs->srs_tcp_ring_count);

Completed in 51 milliseconds