Home
last modified time | relevance | path

Searched refs:SRST_DLS_BYPASS (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dmac_soft_ring.h442 #define SRST_DLS_BYPASS 0x00001000 macro
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c616 srs->srs_type |= SRST_DLS_BYPASS; in mac_soft_ring_dls_bypass()
H A Dmac_datapath_setup.c324 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS)); in mac_srs_client_poll_quiesce()
347 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS)); in mac_srs_client_poll_restart()
450 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS)); in mac_srs_client_poll_disable()
454 mac_srs->srs_type &= ~(SRST_CLIENT_POLL_ENABLED | SRST_DLS_BYPASS); in mac_srs_client_poll_disable()
H A Dmac_sched.c1531 dls_bypass = ((mac_srs->srs_type & SRST_DLS_BYPASS) != 0) && in mac_rx_srs_proto_fanout()
1940 dls_bypass = ((mac_srs->srs_type & SRST_DLS_BYPASS) != 0) && in mac_rx_srs_fanout()