Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1246 (mac_srs)->srs_bw->mac_bw_state &= ~SRS_BW_ENFORCED; \
2520 SRS_BW_ENFORCED; in mac_srs_pick_chain()
2826 if (mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED) in mac_rx_srs_drain_bw()
2827 mac_srs->srs_bw->mac_bw_state &= ~SRS_BW_ENFORCED; in mac_rx_srs_drain_bw()
2833 mac_srs->srs_bw->mac_bw_state |= SRS_BW_ENFORCED; in mac_rx_srs_drain_bw()
3089 if (mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED) in mac_srs_worker()
3136 SRS_BW_ENFORCED) { in mac_srs_worker()
3140 SRS_BW_ENFORCED; in mac_srs_worker()
3918 mac_srs->srs_bw->mac_bw_state |= SRS_BW_ENFORCED; in mac_tx_bw_mode()
4112 mac_srs->srs_bw->mac_bw_state |= SRS_BW_ENFORCED; in mac_tx_srs_drain()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h458 #define SRS_BW_ENFORCED 0x00000080 macro