Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow_impl.h127 #define FLOW_BYTES_PER_TICK(bps) (((bps) >> 3) / hz) macro
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1492 srs->srs_bw->mac_bw_limit = FLOW_BYTES_PER_TICK(mrp->mrp_maxbw); in mac_rx_srs_update_bwlimit()
1552 srs->srs_bw->mac_bw_limit = FLOW_BYTES_PER_TICK(mrp->mrp_maxbw); in mac_tx_srs_update_bwlimit()
2186 mac_bw->mac_bw_limit = FLOW_BYTES_PER_TICK(mrp->mrp_maxbw); in mac_srs_create()