Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1033 {SRS_TX_BW_FANOUT, mac_tx_bw_mode},
1276 (mac_srs)->srs_tx.st_mode == SRS_TX_BW_FANOUT || \
1280 if (tx_mode == SRS_TX_BW_FANOUT) \
3800 mac_srs->srs_tx.st_mode == SRS_TX_BW_FANOUT); in mac_tx_fanout_mode()
3940 if (srs_tx->st_mode == SRS_TX_BW_FANOUT) { in mac_tx_bw_mode()
4153 } else if (tx_mode == SRS_TX_BW_FANOUT || tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_drain()
4893 mac_srs->srs_tx.st_mode == SRS_TX_BW_FANOUT || in mac_tx_soft_ring_process()
H A Dmac_datapath_setup.c1555 } else if (tx_mode == SRS_TX_BW_FANOUT) { 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()
1577 srs_tx->st_mode = SRS_TX_BW_FANOUT; in mac_tx_srs_update_bwlimit()
3966 SRS_TX_BW_AGGR : SRS_TX_BW_FANOUT; in mac_tx_srs_setup()
H A Dmac.c5011 SRS_TX_BW_FANOUT; in i_mac_group_add_ring()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h505 SRS_TX_BW_FANOUT, enumerator
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c497 case SRS_TX_BW_FANOUT: in mac_srs_txmode2str()