Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c584 if (srs.srs_type & SRST_TX) in mac_srs_dcmd()
603 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
626 if ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX)) in mac_srs_dcmd()
647 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
696 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
756 if ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX)) in mac_srs_dcmd()
788 if (((args & MAC_SRS_TX) && !(srs.srs_type & SRST_TX)) || in mac_srs_dcmd()
789 ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX))) in mac_srs_dcmd()
830 if (srs.srs_type & SRST_TX) in mac_srs_dcmd()
853 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()
[all …]
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1184 if (mac_srs->srs_type & SRST_TX) { in mac_srs_fanout_list_alloc()
1409 if (!(mac_srs->srs_type & SRST_TX)) { in mac_walk_srs_and_bind()
1603 ASSERT((mac_srs->srs_type & SRST_TX) == 0); in mac_srs_change_upcall()
2106 boolean_t is_tx_srs = ((srs_type & SRST_TX) != 0); in mac_srs_create()
2523 (void) mac_srs_create(mcip, flent, SRST_TX | link_type, in mac_tx_srs_group_setup()
2580 ASSERT(tx_srs->srs_type & SRST_TX); in mac_tx_srs_group_teardown()
3333 if (mac_srs->srs_type & SRST_TX) { in mac_srs_fanout_list_free()
3377 if (mac_srs->srs_type & SRST_TX) { in mac_srs_ring_free()
3476 if ((mac_srs->srs_type & SRST_TX) == 0 && in mac_srs_worker_quiesce()
3568 if ((mac_srs->srs_type & SRST_TX) != 0) { in mac_srs_worker_restart()
[all …]
H A Dmac_stat.c1045 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_srs_stat_create()
1104 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_soft_ring_stat_create()
1152 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_srs_stat_delete()
1188 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_soft_ring_stat_delete()
H A Dmac_sched.c1239 ASSERT(((mac_srs)->srs_type & SRST_TX) || \
1343 if (!(srs->srs_type & SRST_TX)) \
1347 if (!(srs->srs_type & SRST_TX)) \
3159 ASSERT((mac_srs->srs_type & SRST_TX) == 0); in mac_srs_worker()
H A Dmac.c1578 ASSERT(!(mac_srs->srs_type & SRST_TX)); in mac_hwring_setup()
1595 ASSERT(!(mac_srs->srs_type & SRST_TX)); in mac_hwring_teardown()
1939 ASSERT(!(srs->srs_type & SRST_TX)); in mac_rx_srs_quiesce()
2027 ASSERT((srs->srs_type & SRST_TX) == 0); in mac_rx_srs_restart()
2162 ASSERT(srs->srs_type & SRST_TX); in mac_tx_srs_quiesce()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_soft_ring.h437 #define SRST_TX 0x00000100 macro