Home
last modified time | relevance | path

Searched refs:SRS_TX_BW (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h504 SRS_TX_BW, enumerator
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1546 if (tx_mode == SRS_TX_BW) { in mac_tx_srs_update_bwlimit()
1571 if (tx_mode != SRS_TX_BW && tx_mode != SRS_TX_BW_FANOUT && in mac_tx_srs_update_bwlimit()
1575 srs_tx->st_mode = SRS_TX_BW; in mac_tx_srs_update_bwlimit()
3954 tx->st_mode = SRS_TX_BW; in mac_tx_srs_setup()
H A Dmac_sched.c1033 {SRS_TX_BW, mac_tx_bw_mode},
1276 ((mac_srs)->srs_tx.st_mode == SRS_TX_BW || \
3460 ASSERT(tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_BW); in mac_tx_srs_no_desc()
4083 } else if (tx_mode == SRS_TX_BW) { in mac_tx_srs_drain()
H A Dmac.c5042 if (tx->st_mode == SRS_TX_BW || in i_mac_group_add_ring()
5252 tx->st_mode = SRS_TX_BW; in i_mac_group_rem_ring()
7832 if (tx->st_mode == SRS_TX_BW || tx->st_mode == SRS_TX_SERIALIZE || in mac_tx_dismantle_soft_rings()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c495 case SRS_TX_BW: in mac_srs_txmode2str()