Searched refs:fd_dst_mac (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_flow.h | 78 uint8_t fd_dst_mac[MAXMACADDR]; member
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 1632 bcmp(l2->l2_daddr, fd->fd_dst_mac, fd->fd_mac_len) == 0); in flow_l2_match() 1714 return (HASH_ETHER_VID(fd->fd_dst_mac, fd->fd_vid, ft->ft_size)); in flow_ether_hash_fe() 1786 return (flow_l2_addrhash(fd->fd_dst_mac, in flow_l2_hash_fe() 1800 return (bcmp(&fd1->fd_dst_mac, &fd2->fd_dst_mac, in flow_l2_match_fe()
|
H A D | mac_bcast.c | 367 bcopy(addr, &flow_desc.fd_dst_mac, addr_len); in mac_bcast_add()
|
H A D | mac_client.c | 842 bcopy(map->ma_addr, flow_desc.fd_dst_mac, map->ma_len); in mac_unicast_update_client_flow() 863 bcopy(map->ma_addr, flow_desc.fd_dst_mac, map->ma_len); in mac_unicast_update_client_flow() 1696 mac_addr = flent->fe_flow_desc.fd_dst_mac; in mac_client_set_rings_prop() 2122 bcopy(mac_addr, flow_desc.fd_dst_mac, flow_desc.fd_mac_len); in mac_unicast_flow_create() 4907 if (bcmp(flow_desc.fd_dst_mac, map->ma_addr, map->ma_len) != 0) in mac_client_get_flow()
|
H A D | mac.c | 5303 bcopy(fdesc->fd_dst_mac, ndesc->nd_edest, ETHERADDRL); in mac_write_flow_desc() 8032 mac_addr = flent->fe_flow_desc.fd_dst_mac; in mac_check_primary_relocation()
|
H A D | mac_datapath_setup.c | 2886 mac_addr = flent->fe_flow_desc.fd_dst_mac; in mac_datapath_setup()
|