Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c3292 mac_bw_ctl_t *mac_bw; in mac_rx_srs_process() local
3326 mac_bw = mac_srs->srs_bw; in mac_rx_srs_process()
3327 ASSERT(mac_bw != NULL); in mac_rx_srs_process()
3328 mutex_enter(&mac_bw->mac_bw_lock); in mac_rx_srs_process()
3329 mac_bw->mac_bw_intr += sz; in mac_rx_srs_process()
3330 if (mac_bw->mac_bw_limit == 0) { in mac_rx_srs_process()
3333 mac_bw->mac_bw_drop_bytes += sz; in mac_rx_srs_process()
3339 if ((mac_bw->mac_bw_sz + sz) <= in mac_rx_srs_process()
3395 mac_bw = mac_srs->srs_bw; in mac_rx_srs_process()
3398 mac_bw->mac_bw_drop_bytes += sz; in mac_rx_srs_process()
[all …]
H A Dmac_datapath_setup.c2085 mac_bw_ctl_t *mac_bw; in mac_srs_create() local
2165 mac_bw = mac_srs->srs_bw; in mac_srs_create()
2166 mutex_enter(&mac_bw->mac_bw_lock); in mac_srs_create()
2167 mac_bw->mac_bw_limit = FLOW_BYTES_PER_TICK(mrp->mrp_maxbw); in mac_srs_create()
2173 mac_bw->mac_bw_drop_threshold = mac_bw->mac_bw_limit << 1; in mac_srs_create()
2174 mutex_exit(&mac_bw->mac_bw_lock); in mac_srs_create()