Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_soft_ring.h507 SRS_TX_BW_AGGR enumerator
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_sched.c1035 {SRS_TX_BW_AGGR, mac_tx_bw_mode}
1277 (mac_srs)->srs_tx.st_mode == SRS_TX_BW_AGGR)
3940 } else if (srs_tx->st_mode == SRS_TX_BW_AGGR) { in mac_tx_bw_mode()
4143 } else if (tx_mode == SRS_TX_BW_FANOUT || tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_drain()
4912 mac_srs->srs_tx.st_mode == SRS_TX_BW_AGGR); in mac_tx_soft_ring_process()
H A Dmac_datapath_setup.c1547 } else if (tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_update_bwlimit()
1562 tx_mode != SRS_TX_BW_AGGR) { in mac_tx_srs_update_bwlimit()
1569 srs_tx->st_mode = SRS_TX_BW_AGGR; in mac_tx_srs_update_bwlimit()
3858 SRS_TX_BW_AGGR : SRS_TX_BW_FANOUT; in mac_tx_srs_setup()
H A Dmac.c4587 tx->st_mode = is_aggr ? SRS_TX_BW_AGGR : in i_mac_group_add_ring()
4718 mac_srs->srs_tx.st_mode == SRS_TX_BW_AGGR); in i_mac_group_rem_ring()
/titanic_50/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c500 case SRS_TX_BW_AGGR: in mac_srs_txmode2str()