Searched refs:fd_mac (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/qedf/ |
H A D | qedf_fip.c | 47 ether_addr_copy(vlan->desc.mac.fd_mac, qedf->mac); in qedf_fcoe_send_vlan_req() 239 "Switch fd_mac=%pM.\n", mp->fd_mac); in qedf_fip_recv() 240 if (ether_addr_equal(mp->fd_mac, in qedf_fip_recv() 261 ntoh24(vp->fd_fc_id), vp->fd_mac, in qedf_fip_recv() 270 (ether_addr_equal(vp->fd_mac, in qedf_fip_recv()
|
/linux/drivers/scsi/fnic/ |
H A D | fip.c | 78 memcpy(pvlan_req->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_fcoe_send_vlan_req() 220 memcpy(pdisc_sol->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_fcoe_start_fcf_discovery() 272 disc_adv->mac_desc.fd_mac, ETH_ALEN); in fnic_fcoe_fip_discovery_resp() 291 disc_adv->mac_desc.fd_mac, ETH_ALEN) == 0) { in fnic_fcoe_fip_discovery_resp() 508 memcpy(iport->fpma, flogi_rsp->mac_desc.fd_mac, ETH_ALEN); in fnic_fcoe_process_flogi_resp() 518 vnic_dev_add_addr(fnic->vdev, flogi_rsp->mac_desc.fd_mac); in fnic_fcoe_process_flogi_resp() 637 (iport->selected_fcf.fcf_mac, cvl_msg->fcf_mac_desc.fd_mac, ETH_ALEN) in fnic_fcoe_process_cvl() 650 (iport->fpma, cvl_msg->vn_ports_desc[i].fd_mac, in fnic_fcoe_process_cvl() 829 memcpy(penode_ka->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_handle_enode_ka_timer() 884 memcpy(pvn_port_ka->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_handle_vn_ka_timer() [all …]
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 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() [all …]
|
/linux/include/scsi/fc/ |
H A D | fc_fip.h | 174 __u8 fd_mac[ETH_ALEN]; member 229 __u8 fd_mac[ETH_ALEN]; member
|