Home
last modified time | relevance | path

Searched refs:SRS_TX_AGGR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h506 SRS_TX_AGGR, enumerator
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1558 srs_tx->st_mode = SRS_TX_AGGR; in mac_tx_srs_update_bwlimit()
1578 } else if (tx_mode == SRS_TX_AGGR) { in mac_tx_srs_update_bwlimit()
3968 tx->st_mode = is_aggr ? SRS_TX_AGGR : in mac_tx_srs_setup()
H A Dmac_sched.c1035 {SRS_TX_AGGR, mac_tx_aggr_mode},
4895 mac_srs->srs_tx.st_mode == SRS_TX_AGGR || in mac_tx_soft_ring_process()
H A Dmac.c5054 tx->st_mode = is_aggr ? SRS_TX_AGGR : in i_mac_group_add_ring()
5181 ASSERT(mac_srs->srs_tx.st_mode == SRS_TX_AGGR || in i_mac_group_rem_ring()
H A Dmac_client.c3760 mac_srs->srs_tx.st_mode == SRS_TX_AGGR) { in mac_tx_is_flow_blocked()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c499 case SRS_TX_AGGR: in mac_srs_txmode2str()