Symbol: FLOW_PRIMARY_MAC
usr/src/cmd/mdb/common/modules/mac/mac.c
183
{"P", FLOW_PRIMARY_MAC, FLOW_PRIMARY_MAC},
usr/src/uts/common/io/mac/mac.c
6626
if (mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC)
usr/src/uts/common/io/mac/mac.c
7051
isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC;
usr/src/uts/common/io/mac/mac.c
7614
isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC;
usr/src/uts/common/io/mac/mac.c
7627
if (gclient->mci_flent->fe_type & FLOW_PRIMARY_MAC &&
usr/src/uts/common/io/mac/mac.c
8165
if (!(vmcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) ||
usr/src/uts/common/io/mac/mac_client.c
1438
FLOW_PRIMARY_MAC, &flent);
usr/src/uts/common/io/mac/mac_client.c
1680
ASSERT((flent->fe_type & FLOW_PRIMARY_MAC) == 0);
usr/src/uts/common/io/mac/mac_client.c
1704
ASSERT((flent->fe_type & FLOW_PRIMARY_MAC) == 0);
usr/src/uts/common/io/mac/mac_client.c
1801
FLOW_PRIMARY_MAC) != 0) {
usr/src/uts/common/io/mac/mac_client.c
1963
FLOW_PRIMARY_MAC) != 0) {
usr/src/uts/common/io/mac/mac_client.c
1995
(flent->fe_type & FLOW_PRIMARY_MAC) == 0) {
usr/src/uts/common/io/mac/mac_client.c
2225
flent_flags = FLOW_PRIMARY_MAC;
usr/src/uts/common/io/mac/mac_client.c
4720
if ((vmcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) &&
usr/src/uts/common/io/mac/mac_client.c
513
((mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) != 0));
usr/src/uts/common/io/mac/mac_client.c
881
if (!(flent->fe_type & FLOW_PRIMARY_MAC ||
usr/src/uts/common/io/mac/mac_datapath_setup.c
2411
if (flent->fe_type & FLOW_PRIMARY_MAC) {
usr/src/uts/common/io/mac/mac_datapath_setup.c
3008
boolean_t isprimary = flent->fe_type & FLOW_PRIMARY_MAC;
usr/src/uts/common/io/mac/mac_datapath_setup.c
3492
if (!(flent->fe_type & FLOW_PRIMARY_MAC) &&