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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1074 int i, j, k, srs_cnt, nscpus, maxcpus, soft_ring_cnt = 0; local
1094 soft_ring_cnt = mac_compute_soft_ring_count(flent,
1096 if (soft_ring_cnt == 0) {
1098 * Even when soft_ring_cnt is 0, we still need
1102 soft_ring_cnt = 1;
1109 srs_cpu->mc_ncpus = soft_ring_cnt;
1110 srs_cpu->mc_rx_fanout_cnt = soft_ring_cnt;
1112 for (j = 0; j < soft_ring_cnt; j++) {
1911 int soft_ring_cnt; local
1935 soft_ring_cnt
[all...]

Completed in 320 milliseconds