Searched refs:SRST_TX (Results 1 – 6 of 6) sorted by relevance
584 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 …]
1184 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 …]
1045 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()
1239 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()
1578 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()
437 #define SRST_TX 0x00000100 macro