Home
last modified time | relevance | path

Searched refs:srs_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1195 if (mac_srs->srs_type & SRST_TX) { in mac_srs_fanout_list_alloc()
1498 srs->srs_type &= ~SRST_BW_CONTROL; in mac_rx_srs_update_bwlimit()
1516 srs->srs_type |= SRST_BW_CONTROL; in mac_rx_srs_update_bwlimit()
1560 srs->srs_type &= ~SRST_BW_CONTROL; in mac_tx_srs_update_bwlimit()
1570 srs->srs_type |= SRST_BW_CONTROL; in mac_tx_srs_update_bwlimit()
2134 mac_srs->srs_type = (srs_type | SRST_NO_SOFT_RINGS); in mac_srs_create()
2239 if ((srs_type & SRST_FLOW) != 0 || in mac_srs_create()
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()
[all …]
H A Dmac_sched.c1343 if (!(srs->srs_type & SRST_TX)) \
1347 if (!(srs->srs_type & SRST_TX)) \
2238 if (mac_srs->srs_type & SRST_BW_CONTROL) { in mac_rx_srs_poll_ring()
2322 if (mac_srs->srs_type & SRST_BW_CONTROL) { in mac_rx_srs_poll_ring()
2692 if (mac_srs->srs_type & SRST_FANOUT_SRC_IP) in mac_rx_srs_drain()
2818 ASSERT(mac_srs->srs_type & SRST_BW_CONTROL); in mac_rx_srs_drain_bw()
2972 if (mac_srs->srs_type & SRST_FANOUT_SRC_IP) in mac_rx_srs_drain_bw()
3086 if (mac_srs->srs_type & SRST_BW_CONTROL) { in mac_srs_worker()
3133 mac_srs->srs_type & SRST_BW_CONTROL) { in mac_srs_worker()
3161 ASSERT((mac_srs->srs_type & SRST_TX) == 0); in mac_srs_worker()
[all …]
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.c1796 ASSERT(!(mac_srs->srs_type & SRST_TX)); in mac_hwring_setup()
1813 ASSERT(!(mac_srs->srs_type & SRST_TX)); in mac_hwring_teardown()
2262 ASSERT(!(srs->srs_type & SRST_TX)); in mac_rx_srs_quiesce()
2267 if (srs->srs_type & SRST_CLIENT_POLL_ENABLED) in mac_rx_srs_quiesce()
2273 if (srs->srs_type & SRST_CLIENT_POLL_ENABLED) in mac_rx_srs_quiesce()
2350 ASSERT((srs->srs_type & SRST_TX) == 0); in mac_rx_srs_restart()
2485 ASSERT(srs->srs_type & SRST_TX); in mac_tx_srs_quiesce()
5009 if (mac_srs->srs_type & SRST_BW_CONTROL) { in i_mac_group_add_ring()
5210 if (mac_srs->srs_type & SRST_BW_CONTROL) { in i_mac_group_rem_ring()
6443 if (((mac_soft_ring_set_t *)flent->fe_rx_srs[0])->srs_type == in mac_flow_update_priority()
H A Dmac_soft_ring.c613 srs->srs_type |= SRST_DLS_BYPASS; in mac_soft_ring_dls_bypass()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c614 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()
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()
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/sys/
H A Dmac_soft_ring.h304 uint32_t srs_type; member
549 if ((mac_srs)->srs_type & SRST_BW_CONTROL) \
613 if ((srs)->srs_type & SRST_BW_CONTROL) { \