Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1243 if ((mac_srs)->srs_bw->mac_bw_curr_time != now) { \
1244 (mac_srs)->srs_bw->mac_bw_curr_time = now; \
2824 if (mac_srs->srs_bw->mac_bw_curr_time != now) { in mac_rx_srs_drain_bw()
2825 mac_srs->srs_bw->mac_bw_curr_time = now; in mac_rx_srs_drain_bw()
3914 if (mac_srs->srs_bw->mac_bw_curr_time != now) { in mac_tx_bw_mode()
3915 mac_srs->srs_bw->mac_bw_curr_time = now; in mac_tx_bw_mode()
4108 if (mac_srs->srs_bw->mac_bw_curr_time != now) { in mac_tx_srs_drain()
4109 mac_srs->srs_bw->mac_bw_curr_time = now; in mac_tx_srs_drain()
4191 if (mac_srs->srs_bw->mac_bw_curr_time != now) { in mac_tx_srs_drain()
4192 mac_srs->srs_bw->mac_bw_curr_time = now; in mac_tx_srs_drain()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h227 clock_t mac_bw_curr_time; member