Home
last modified time | relevance | path

Searched refs:MAC_CLIENT_FLAGS_VNIC_PRIMARY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h61 #define MAC_CLIENT_FLAGS_VNIC_PRIMARY 0x0002 macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c2617 if ((mcip->mci_flags & MAC_CLIENT_FLAGS_VNIC_PRIMARY) != 0) { in i_mac_unicast_add()
2628 mcip->mci_flags |= MAC_CLIENT_FLAGS_VNIC_PRIMARY; in i_mac_unicast_add()
3067 if (mcip->mci_flags & MAC_CLIENT_FLAGS_VNIC_PRIMARY) { in mac_unicast_remove()
3092 mcip->mci_flags &= ~MAC_CLIENT_FLAGS_VNIC_PRIMARY; in mac_unicast_remove()