Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h229 BW_ENFORCED = 1 << 1, enumerator
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1162 bw->mac_bw_state &= ~BW_ENFORCED; in mac_srs_bw_try_refresh()
1263 bw->mac_bw_state |= BW_ENFORCED; in mac_srs_bw_dequeue()
1282 bw->mac_bw_state &= ~BW_ENFORCED; in mac_srs_bw_refund_tx()
H A Dmac_datapath_setup.c1546 bw->mac_bw_state &= ~BW_ENFORCED; in mac_bw_ctl_set_state()
1551 bw->mac_bw_state &= ~BW_ENFORCED; in mac_bw_ctl_set_state()
1557 bw->mac_bw_state &= ~(BW_ENABLED | BW_ENFORCED); in mac_bw_ctl_set_state()
H A Dmac_flow.c2521 return ((bw->mac_bw_state & BW_ENFORCED) != 0); in mac_bw_ctl_is_enforced()