Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1700 mac_srs->srs_tcp_ring_count = 0; in mac_srs_update_fanout_list()
1729 mac_srs->srs_tcp_ring_count = tcp_count; in mac_srs_update_fanout_list()
1865 srings_present = mac_rx_srs->srs_tcp_ring_count; in mac_srs_fanout_modify()
1881 for (i = mac_rx_srs->srs_tcp_ring_count; in mac_srs_fanout_modify()
1902 i < mac_rx_srs->srs_tcp_ring_count; i++) { in mac_srs_fanout_modify()
1929 ASSERT(new_fanout_cnt == mac_rx_srs->srs_tcp_ring_count); in mac_srs_fanout_modify()
1931 for (i = 0; i < mac_rx_srs->srs_tcp_ring_count; i++) { in mac_srs_fanout_modify()
H A Dmac_sched.c1867 *indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_long_fanout()
1959 const int fanout_cnt = mac_srs->srs_tcp_ring_count; in mac_rx_srs_fanout()
2192 indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_fanout()
H A Dmac_stat.c1264 for (j = 0; j < mac_srs->srs_tcp_ring_count; j++) { in mac_stat_rename()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h327 int srs_tcp_ring_count; member