Home
last modified time | relevance | path

Searched refs:SRST_NO_SOFT_RINGS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c388 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS) in mac_srs_client_poll_enable()
446 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS) in mac_srs_client_poll_disable()
1904 mac_rx_srs->srs_type &= ~SRST_NO_SOFT_RINGS; in mac_srs_fanout_init()
1981 mac_rx_srs->srs_type |= SRST_NO_SOFT_RINGS; in mac_srs_fanout_init()
2134 mac_srs->srs_type = (srs_type | SRST_NO_SOFT_RINGS); in mac_srs_create()
2300 fanout_type = SRST_NO_SOFT_RINGS; in mac_find_fanout()
H A Dmac_sched.c2583 ASSERT((mac_srs->srs_type & SRST_NO_SOFT_RINGS) || in mac_rx_srs_drain()
2648 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS) { in mac_rx_srs_drain()
2841 ASSERT((mac_srs->srs_type & SRST_NO_SOFT_RINGS) || in mac_rx_srs_drain_bw()
2926 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS) { in mac_rx_srs_drain_bw()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h430 #define SRST_NO_SOFT_RINGS 0x00000004 macro