Searched defs:srings_present (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
1814 srings_present = mac_rx_srs->srs_tcp_ring_count;
1824 if (new_fanout_cnt > srings_present) {
1841 } else if (new_fanout_cnt < srings_present) {

Completed in 51 milliseconds