Lines Matching refs:fd_mac

422 	memcpy(sol->desc.mac.fd_mac, fip->ctl_src_addr, ETH_ALEN);  in fcoe_ctlr_solicit()
579 memcpy(kal->mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_send_keep_alive()
584 memcpy(vn->fd_mac, fip->get_src_addr(lport), ETH_ALEN); in fcoe_ctlr_send_keep_alive()
667 memcpy(mac->fd_mac, fip->get_src_addr(lport), ETH_ALEN); in fcoe_ctlr_encaps()
669 hton24(mac->fd_mac, FIP_VN_FC_MAP); in fcoe_ctlr_encaps()
670 hton24(mac->fd_mac + 3, fip->port_id); in fcoe_ctlr_encaps()
673 memcpy(mac->fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_encaps()
950 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_parse_adv()
1206 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_recv_els()
1214 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_recv_els()
1416 if (!ether_addr_equal(mp->fd_mac, fcf->fcf_mac)) in fcoe_ctlr_recv_clr_vlink()
1495 vp->fd_mac) || in fcoe_ctlr_recv_clr_vlink()
2078 memcpy(frame->mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_vn_send()
2086 hton24(frame->vn.fd_mac, FIP_VN_FC_MAP); in fcoe_ctlr_vn_send()
2087 hton24(frame->vn.fd_mac + 3, fip->port_id); in fcoe_ctlr_vn_send()
2349 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()
2352 macd->fd_mac); in fcoe_ctlr_vn_parse()
2355 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2367 memcpy(frport->vn_mac, vn->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2871 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()
2874 macd->fd_mac); in fcoe_ctlr_vlan_parse()
2877 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()
2951 memcpy(frame->mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_vlan_send()