Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_sched.c1443 #define COMPUTE_INDEX(key, sz) (key % sz) macro
1837 *indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_long_fanout()
1846 *indx = COMPUTE_INDEX(hash, in mac_rx_srs_long_fanout()
1859 *indx = COMPUTE_INDEX(hash, mac_srs->srs_oth_ring_count); in mac_rx_srs_long_fanout()
2131 indx = COMPUTE_INDEX(hash, mac_srs->srs_tcp_ring_count); in mac_rx_srs_fanout()
2141 indx = COMPUTE_INDEX(hash, in mac_rx_srs_fanout()
3775 index = COMPUTE_INDEX(hash, mac_srs->srs_tx_ring_count), \
3935 indx = COMPUTE_INDEX(hash, in mac_tx_bw_mode()