Searched refs:p_macaddr (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 706 macaddr = (uint8_t *)port->p_macaddr.ether_addr_octet; in vsw_set_port_hw_addr() 1216 bcopy(&portp->p_macaddr, &ehp->ether_shost, ETHERADDRL); in vsw_publish_macaddr() 1232 bcopy(&portp->p_macaddr, cp, ETHERADDRL); in vsw_publish_macaddr() 1238 bcopy(&portp->p_macaddr, cp, ETHERADDRL); in vsw_publish_macaddr()
|
H A D | vsw_switching.c | 1136 KEY_HASH(addr, &portp->p_macaddr); in vsw_fdbe_add() 1149 ether_sprintf(&portp->p_macaddr), portp->p_instance); in vsw_fdbe_add()
|
H A D | vsw_ldc.c | 456 vsw_fdbe_del(vswp, &(port->p_macaddr)); in vsw_port_detach() 491 vsw_fdbe_del(vswp, &(port->p_macaddr)); in vsw_detach_ports() 2544 if (ether_cmp(&ea, &port->p_macaddr) != 0) { in vsw_process_attr_info() 2547 __func__, msg->addr, port->p_macaddr); in vsw_process_attr_info() 2726 port->p_macaddr.ether_addr_octet[i] = macaddr & 0xFF; in vsw_process_attr_info()
|
H A D | vsw_hio.c | 215 portp->p_macaddr.ether_addr_octet); in vsw_hio_alloc_share()
|
H A D | vsw.c | 2536 ether_copy(&ea, &portp->p_macaddr); in vsw_port_read_props()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | vsw_ldc.h | 426 struct ether_addr p_macaddr; member
|