Home
last modified time | relevance | path

Searched refs:fd_mac (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_fip.c47 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()
/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h174 __u8 fd_mac[ETH_ALEN]; member
229 __u8 fd_mac[ETH_ALEN]; member
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c662 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()
941 ((struct fip_mac_desc *)desc)->fd_mac, in fcoe_ctlr_parse_adv()
1480 vp->fd_mac) || in fcoe_ctlr_recv_clr_vlink()
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()
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()
[all …]
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c394 memcpy(&vlan->desc.mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fnic_fcoe_send_vlan_req()