Home
last modified time | relevance | path

Searched refs:fcoe_mac (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_attr.c33 u8 fcoe_mac[6]; in fcoe_mac_show() local
39 fc_fcoe_set_mac(fcoe_mac, lport_src_id); in fcoe_mac_show()
41 return scnprintf(buf, PAGE_SIZE, "%pM\n", fcoe_mac); in fcoe_mac_show()
60 static DEVICE_ATTR_RO(fcoe_mac);
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c869 u8 fcoe_mac[6]; in bnx2fc_flogi_resp() local
890 ether_addr_copy(fcoe_mac, granted_mac); in bnx2fc_flogi_resp()
894 fcoe_mac[0] = fc_map[0]; in bnx2fc_flogi_resp()
895 fcoe_mac[1] = fc_map[1]; in bnx2fc_flogi_resp()
896 fcoe_mac[2] = fc_map[2]; in bnx2fc_flogi_resp()
897 fcoe_mac[3] = fh->fh_d_id[0]; in bnx2fc_flogi_resp()
898 fcoe_mac[4] = fh->fh_d_id[1]; in bnx2fc_flogi_resp()
899 fcoe_mac[5] = fh->fh_d_id[2]; in bnx2fc_flogi_resp()
902 fc_fcoe_set_mac(fcoe_mac, fh->fh_d_id); in bnx2fc_flogi_resp()
906 BNX2FC_HBA_DBG(lport, "fcoe_mac=%pM method=%d\n", fcoe_mac, method); in bnx2fc_flogi_resp()
[all …]
/linux-6.3-rc2/include/scsi/
A Dlibfcoe.h211 u8 fcoe_mac[ETH_ALEN]; member
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/
A Dbfi.h189 u8 fcoe_mac[ETH_ALEN]; member
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfi.h272 mac_t fcoe_mac; member
A Dbfa_ioc.c2882 return ioc->attr->fcoe_mac; in bfa_ioc_get_mac()
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe_ctlr.c346 memcpy(fip->dest_addr, sel->fcoe_mac, ETH_ALEN); in fcoe_ctlr_announce()
943 memcpy(fcf->fcoe_mac, fcf->fcf_mac, ETH_ALEN); in fcoe_ctlr_parse_adv()
1203 memcpy(sel->fcoe_mac, in fcoe_ctlr_recv_els()

Completed in 33 milliseconds