Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c614 if (srs.srs_type & SRST_TX) in mac_srs_dcmd()
633 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
656 if ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX)) in mac_srs_dcmd()
677 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
726 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
786 if ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX)) in mac_srs_dcmd()
818 if (((args & MAC_SRS_TX) && !(srs.srs_type & SRST_TX)) || in mac_srs_dcmd()
819 ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX))) in mac_srs_dcmd()
860 if (srs.srs_type & SRST_TX) in mac_srs_dcmd()
883 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
[all …]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c1047 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_srs_stat_create()
1106 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_soft_ring_stat_create()
1154 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_srs_stat_delete()
1190 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_soft_ring_stat_delete()
H A Dmac_datapath_setup.c1195 if (mac_srs->srs_type & SRST_TX) { in mac_srs_fanout_list_alloc()
1420 if (!(mac_srs->srs_type & SRST_TX)) { in mac_walk_srs_and_bind()
2087 boolean_t is_tx_srs = ((srs_type & SRST_TX) != 0); in mac_srs_create()
2542 (void) mac_srs_create(mcip, flent, SRST_TX | link_type, in mac_tx_srs_group_setup()
2609 ASSERT(tx_srs->srs_type & SRST_TX); in mac_tx_srs_group_teardown()
3418 if (mac_srs->srs_type & SRST_TX) { in mac_srs_fanout_list_free()
3462 if (mac_srs->srs_type & SRST_TX) { in mac_srs_ring_free()
3564 if ((mac_srs->srs_type & SRST_TX) == 0 && in mac_srs_worker_quiesce()
3656 if ((mac_srs->srs_type & SRST_TX) != 0) { in mac_srs_worker_restart()
3747 if (!(mac_srs->srs_type & SRST_TX)) in mac_srs_threads_unbind()
[all …]
H A Dmac_sched.c1240 ASSERT(((mac_srs)->srs_type & SRST_TX) || \
1344 if (!(srs->srs_type & SRST_TX)) \
1348 if (!(srs->srs_type & SRST_TX)) \
3162 ASSERT((mac_srs->srs_type & SRST_TX) == 0); in mac_srs_worker()
H A Dmac.c1798 ASSERT(!(mac_srs->srs_type & SRST_TX)); in mac_hwring_setup()
1815 ASSERT(!(mac_srs->srs_type & SRST_TX)); in mac_hwring_teardown()
2264 ASSERT(!(srs->srs_type & SRST_TX)); in mac_rx_srs_quiesce()
2352 ASSERT((srs->srs_type & SRST_TX) == 0); in mac_rx_srs_restart()
2487 ASSERT(srs->srs_type & SRST_TX); in mac_tx_srs_quiesce()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h438 #define SRST_TX 0x00000100 macro