Searched refs:srs_type (Results 1 – 7 of 7) sorted by relevance
324 if (!(mac_srs->srs_type & SRST_CLIENT_POLL_ENABLED)) { in mac_srs_client_poll_quiesce()325 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS)); in mac_srs_client_poll_quiesce()347 if (!(mac_srs->srs_type & SRST_CLIENT_POLL_ENABLED)) { in mac_srs_client_poll_restart()348 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS)); in mac_srs_client_poll_restart()388 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS) in mac_srs_client_poll_enable()394 mac_srs->srs_type |= SRST_CLIENT_POLL_ENABLED; in mac_srs_client_poll_enable()446 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS) in mac_srs_client_poll_disable()450 if (!(mac_srs->srs_type & SRST_CLIENT_POLL_ENABLED)) { in mac_srs_client_poll_disable()451 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS)); in mac_srs_client_poll_disable()455 mac_srs->srs_type &= ~(SRST_CLIENT_POLL_ENABLED | SRST_DLS_BYPASS); in mac_srs_client_poll_disable()[all …]
1164 if ((mac_srs)->srs_type & SRST_BW_CONTROL) { \1175 if ((mac_srs)->srs_type & SRST_BW_CONTROL) { \1240 ASSERT(((mac_srs)->srs_type & SRST_TX) || \1344 if (!(srs->srs_type & SRST_TX)) \1348 if (!(srs->srs_type & SRST_TX)) \1506 bw_ctl = ((mac_srs->srs_type & SRST_BW_CONTROL) != 0); in mac_rx_srs_proto_fanout()1524 dls_bypass = ((mac_srs->srs_type & SRST_DLS_BYPASS) != 0) && in mac_rx_srs_proto_fanout()1923 bw_ctl = ((mac_srs->srs_type & SRST_BW_CONTROL) != 0); in mac_rx_srs_fanout()1942 dls_bypass = ((mac_srs->srs_type & SRST_DLS_BYPASS) != 0) && in mac_rx_srs_fanout()2239 if (mac_srs->srs_type & SRST_BW_CONTROL) { in mac_rx_srs_poll_ring()[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()
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()2269 if (srs->srs_type & SRST_CLIENT_POLL_ENABLED) in mac_rx_srs_quiesce()2275 if (srs->srs_type & SRST_CLIENT_POLL_ENABLED) 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()5050 if (mac_srs->srs_type & SRST_BW_CONTROL) { in i_mac_group_add_ring()5251 if (mac_srs->srs_type & SRST_BW_CONTROL) { in i_mac_group_rem_ring()6484 if (((mac_soft_ring_set_t *)flent->fe_rx_srs[0])->srs_type == in mac_flow_update_priority()
613 srs->srs_type |= SRST_DLS_BYPASS; in mac_soft_ring_dls_bypass()
614 if (srs.srs_type & SRST_TX) in mac_srs_dcmd()618 addr, mci.mci_name, srs.srs_state, srs.srs_type, in mac_srs_dcmd()633 if (!(srs.srs_type & SRST_TX)) in mac_srs_dcmd()639 srs.srs_state, srs.srs_type, srs.srs_count, srs.srs_size, 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()[all …]
304 uint32_t srs_type; member549 if ((mac_srs)->srs_type & SRST_BW_CONTROL) \613 if ((srs)->srs_type & SRST_BW_CONTROL) { \