Symbol: SRST_BW_CONTROL
usr/src/uts/common/io/mac/mac.c
5063
if (mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac.c
5264
if (mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_datapath_setup.c
1532
if (srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_datapath_setup.c
1533
srs->srs_type &= ~SRST_BW_CONTROL;
usr/src/uts/common/io/mac/mac_datapath_setup.c
1545
if (!(srs->srs_type & SRST_BW_CONTROL)) {
usr/src/uts/common/io/mac/mac_datapath_setup.c
1546
srs->srs_type |= SRST_BW_CONTROL;
usr/src/uts/common/io/mac/mac_datapath_setup.c
1593
srs->srs_type &= ~SRST_BW_CONTROL;
usr/src/uts/common/io/mac/mac_datapath_setup.c
1603
srs->srs_type |= SRST_BW_CONTROL;
usr/src/uts/common/io/mac/mac_datapath_setup.c
2235
mac_srs->srs_type |= SRST_BW_CONTROL;
usr/src/uts/common/io/mac/mac_datapath_setup.c
4021
if (tx_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_datapath_setup.c
4031
if (tx_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_sched.c
1164
if ((mac_srs)->srs_type & SRST_BW_CONTROL) { \
usr/src/uts/common/io/mac/mac_sched.c
1175
if ((mac_srs)->srs_type & SRST_BW_CONTROL) { \
usr/src/uts/common/io/mac/mac_sched.c
2312
if (mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_sched.c
2396
if (mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_sched.c
2464
if ((mac_srs->srs_type & SRST_BW_CONTROL) &&
usr/src/uts/common/io/mac/mac_sched.c
2654
ASSERT(!(mac_srs->srs_type & SRST_BW_CONTROL));
usr/src/uts/common/io/mac/mac_sched.c
2886
ASSERT(mac_srs->srs_type & SRST_BW_CONTROL);
usr/src/uts/common/io/mac/mac_sched.c
3147
if (mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_sched.c
3194
mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_sched.c
3385
if (mac_srs->srs_type & SRST_BW_CONTROL) {
usr/src/uts/common/io/mac/mac_sched.c
3453
if (!(mac_srs->srs_type & SRST_BW_CONTROL) &&
usr/src/uts/common/io/mac/mac_sched.c
3948
ASSERT(mac_srs->srs_type & SRST_BW_CONTROL);
usr/src/uts/common/sys/mac_soft_ring.h
1053
if ((srs)->srs_type & SRST_BW_CONTROL) { \
usr/src/uts/common/sys/mac_soft_ring.h
989
if ((mac_srs)->srs_type & SRST_BW_CONTROL) \