Home
last modified time | relevance | path

Searched refs:mac_unicast_primary_set (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h162 extern int mac_unicast_primary_set(mac_handle_t, const uint8_t *);
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c309 (void) mac_unicast_primary_set(port->lp_mh, port->lp_addr); in aggr_port_delete()
557 return (mac_unicast_primary_set(port->lp_mh, grp->lg_addr)); in aggr_port_unicst()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c350 ret = mac_unicast_primary_set(mac->fm_handle, addr); in fcoe_mac_set_address()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c353 err = mac_unicast_primary_set(xnbop->o_mh, xnbp->xnb_mac_addr); in xnbo_open_mac()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c948 err = mac_unicast_primary_set(dsp->ds_mh, in proto_setphysaddr_req()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1012 mac_unicast_primary_set(mac_handle_t mh, const uint8_t *addr) in mac_unicast_primary_set() function