Home
last modified time | relevance | path

Searched refs:mac_bw_sz (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h615 (srs)->srs_bw->mac_bw_sz -= (sz); \
622 (srs)->srs_bw->mac_bw_sz -= (sz); \
H A Dmac_flow_impl.h220 size_t mac_bw_sz; /* ?? Is it needed */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1167 (mac_srs)->srs_bw->mac_bw_sz += (sz); \
1177 (mac_srs)->srs_bw->mac_bw_sz += (sz); \
2251 mac_srs->srs_bw->mac_bw_sz; in mac_rx_srs_poll_ring()
2887 ASSERT(mac_srs->srs_bw->mac_bw_sz >= sz); in mac_rx_srs_drain_bw()
2888 mac_srs->srs_bw->mac_bw_sz -= sz; in mac_rx_srs_drain_bw()
3339 if ((mac_bw->mac_bw_sz + sz) <= in mac_rx_srs_process()
3352 if (mac_bw->mac_bw_sz + chain_sz + sz1 > in mac_rx_srs_process()
4141 mac_srs->srs_bw->mac_bw_sz += size_sent; in mac_tx_srs_drain()