Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1437 #define COMPUTE_INDEX(key, sz) (key % sz) macro
1839 *indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_long_fanout()
1848 *indx = COMPUTE_INDEX(hash, in mac_rx_srs_long_fanout()
1861 *indx = COMPUTE_INDEX(hash, mac_srs->srs_oth_ring_count); in mac_rx_srs_long_fanout()
2137 indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_fanout()
2147 indx = COMPUTE_INDEX(hash, in mac_rx_srs_fanout()
3785 index = COMPUTE_INDEX(hash, mac_srs->srs_tx_ring_count), \
3946 indx = COMPUTE_INDEX(hash, in mac_tx_bw_mode()