Lines Matching refs:fd_mac

411 	memcpy(sol->desc.mac.fd_mac, fip->ctl_src_addr, ETH_ALEN);  in fcoe_ctlr_solicit()
571 memcpy(kal->mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_send_keep_alive()
576 memcpy(vn->fd_mac, fip->get_src_addr(lport), ETH_ALEN); in fcoe_ctlr_send_keep_alive()
660 memcpy(mac->fd_mac, fip->get_src_addr(lport), ETH_ALEN); in fcoe_ctlr_encaps()
662 hton24(mac->fd_mac, FIP_VN_FC_MAP); in fcoe_ctlr_encaps()
663 hton24(mac->fd_mac + 3, fip->port_id); in fcoe_ctlr_encaps()
666 memcpy(mac->fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_encaps()
941 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_parse_adv()
1196 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_recv_els()
1204 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_recv_els()
1404 if (!ether_addr_equal(mp->fd_mac, fcf->fcf_mac)) in fcoe_ctlr_recv_clr_vlink()
1480 vp->fd_mac) || in fcoe_ctlr_recv_clr_vlink()
2064 memcpy(frame->mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_vn_send()
2072 hton24(frame->vn.fd_mac, FIP_VN_FC_MAP); in fcoe_ctlr_vn_send()
2073 hton24(frame->vn.fd_mac + 3, fip->port_id); in fcoe_ctlr_vn_send()
2331 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()
2334 macd->fd_mac); in fcoe_ctlr_vn_parse()
2337 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2350 memcpy(frport->vn_mac, vn->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2851 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()
2854 macd->fd_mac); in fcoe_ctlr_vlan_parse()
2857 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()
2931 memcpy(frame->mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_vlan_send()