Home
last modified time | relevance | path

Searched refs:MAC_UNICAST_PRIMARY (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmac_client.h92 #define MAC_UNICAST_PRIMARY 0x0002 macro
/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c96 if (mac_unicast_add(mac->fm_cli_handle, NULL, MAC_UNICAST_PRIMARY, in fcoe_open_mac()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_port.c207 if ((err = mac_unicast_add(mch, NULL, MAC_UNICAST_PRIMARY | in aggr_port_create()
H A Daggr_grp.c2713 MAC_UNICAST_PRIMARY | MAC_UNICAST_DISABLE_TX_VID_CHECK, in aggr_set_port_sdu()
/titanic_50/usr/src/uts/common/io/dls/
H A Ddls.c652 MAC_UNICAST_PRIMARY | MAC_UNICAST_TAG_DISABLE | in dls_mac_active_set()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnbo.c329 err = mac_unicast_add_set_rx(xnbop->o_mch, NULL, MAC_UNICAST_PRIMARY, in xnbo_open_mac()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_phys.c771 mac_flags |= MAC_UNICAST_PRIMARY; in vsw_set_if_hw_addr()
H A Dvnet.c2700 MAC_UNICAST_STRIP_DISABLE | MAC_UNICAST_PRIMARY; in vnet_hio_mac_init()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c2470 boolean_t is_primary = (flags & MAC_UNICAST_PRIMARY); in i_mac_unicast_add()