Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h501 SRS_TX_DEFAULT = 0, enumerator
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1029 {SRS_TX_DEFAULT, mac_tx_single_ring_mode},
3459 ASSERT(tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_BW); in mac_tx_srs_no_desc()
3654 ASSERT(srs_tx->st_mode == SRS_TX_DEFAULT); in mac_tx_single_ring_mode()
4052 if (tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_SERIALIZE) { in mac_tx_srs_drain()
H A Dmac_datapath_setup.c1553 srs_tx->st_mode = SRS_TX_DEFAULT; in mac_tx_srs_update_bwlimit()
1574 tx_mode == SRS_TX_DEFAULT) { in mac_tx_srs_update_bwlimit()
3959 tx->st_mode = SRS_TX_DEFAULT; in mac_tx_srs_setup()
H A Dmac.c5003 tx->st_mode == SRS_TX_DEFAULT) { in i_mac_group_add_ring()
5216 tx->st_mode = SRS_TX_DEFAULT; in i_mac_group_rem_ring()
7792 tx->st_mode == SRS_TX_DEFAULT) { in mac_tx_dismantle_soft_rings()
H A Dmac_client.c3581 if (srs_tx->st_mode == SRS_TX_DEFAULT && in mac_tx()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c489 case SRS_TX_DEFAULT: in mac_srs_txmode2str()