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/include/scsi/fc/ |
H A D | fc_fip.h | 174 __u8 fd_mac[ETH_ALEN]; member 229 __u8 fd_mac[ETH_ALEN]; member
|
/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/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 401 memcpy(&vlan->desc.mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fnic_fcoe_send_vlan_req()
|