Searched refs:SRST_TX (Results 1 – 6 of 6) sorted by relevance
614 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 …]
1047 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()
1195 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 …]
1240 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()
1798 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()
438 #define SRST_TX 0x00000100 macro