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.c1677 mac_srs->srs_tcp_ring_count = 0; in mac_srs_update_fanout_list()
1700 mac_srs->srs_tcp_ring_count = tcp_count; in mac_srs_update_fanout_list()
1799 srings_present = mac_rx_srs->srs_tcp_ring_count; in mac_srs_fanout_modify()
1815 for (i = mac_rx_srs->srs_tcp_ring_count; in mac_srs_fanout_modify()
1836 i < mac_rx_srs->srs_tcp_ring_count; i++) { in mac_srs_fanout_modify()
1853 ASSERT(new_fanout_cnt == mac_rx_srs->srs_tcp_ring_count); in mac_srs_fanout_modify()
1855 for (i = 0; i < mac_rx_srs->srs_tcp_ring_count; i++) { in mac_srs_fanout_modify()
H A Dmac_sched.c1839 *indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_long_fanout()
1953 fanout_cnt = mac_srs->srs_tcp_ring_count; in mac_rx_srs_fanout()
2137 indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_fanout()
H A Dmac_stat.c1255 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.h326 int srs_tcp_ring_count; member