Home
last modified time | relevance | path

Searched refs:granted_mac (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c868 u8 *granted_mac; in bnx2fc_flogi_resp() local
877 granted_mac = fr_cb(fp)->granted_mac; in bnx2fc_flogi_resp()
883 * If granted_mac is non-zero, we use that. in bnx2fc_flogi_resp()
884 * If the granted_mac is zeroed out, create the FCoE MAC based on in bnx2fc_flogi_resp()
889 if (!is_zero_ether_addr(granted_mac)) { in bnx2fc_flogi_resp()
890 ether_addr_copy(fcoe_mac, granted_mac); in bnx2fc_flogi_resp()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c868 u8 *granted_mac; in bnx2fc_flogi_resp() local
877 granted_mac = fr_cb(fp)->granted_mac; in bnx2fc_flogi_resp()
883 * If granted_mac is non-zero, we use that. in bnx2fc_flogi_resp()
884 * If the granted_mac is zeroed out, create the FCoE MAC based on in bnx2fc_flogi_resp()
889 if (!is_zero_ether_addr(granted_mac)) { in bnx2fc_flogi_resp()
890 ether_addr_copy(fcoe_mac, granted_mac); in bnx2fc_flogi_resp()
/kernel/linux/linux-5.10/include/scsi/
H A Dfc_frame.h78 u8 granted_mac[ETH_ALEN]; /* FCoE MAC address */ member
/kernel/linux/linux-6.6/include/scsi/
H A Dfc_frame.h78 u8 granted_mac[ETH_ALEN]; /* FCoE MAC address */ member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c1149 u8 granted_mac[ETH_ALEN] = { 0 }; in fcoe_ctlr_recv_els() local
1191 * with first MAC(granted_mac) being the FPMA, and the in fcoe_ctlr_recv_els()
1198 memcpy(granted_mac, in fcoe_ctlr_recv_els()
1252 if (!is_valid_ether_addr(granted_mac)) { in fcoe_ctlr_recv_els()
1255 granted_mac); in fcoe_ctlr_recv_els()
1258 memcpy(fr_cb(fp)->granted_mac, granted_mac, ETH_ALEN); in fcoe_ctlr_recv_els()
1901 * Fill in the granted_mac address.
1944 fc_fcoe_set_mac(fr_cb(fp)->granted_mac, fh->fh_d_id); in fcoe_ctlr_recv_flogi()
H A Dfcoe.c2582 mac = fr_cb(fp)->granted_mac; in fcoe_flogi_resp()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c1146 u8 granted_mac[ETH_ALEN] = { 0 }; in fcoe_ctlr_recv_els() local
1188 * with first MAC(granted_mac) being the FPMA, and the in fcoe_ctlr_recv_els()
1195 memcpy(granted_mac, in fcoe_ctlr_recv_els()
1249 if (!is_valid_ether_addr(granted_mac)) { in fcoe_ctlr_recv_els()
1252 granted_mac); in fcoe_ctlr_recv_els()
1255 memcpy(fr_cb(fp)->granted_mac, granted_mac, ETH_ALEN); in fcoe_ctlr_recv_els()
1893 * Fill in the granted_mac address.
1936 fc_fcoe_set_mac(fr_cb(fp)->granted_mac, fh->fh_d_id); in fcoe_ctlr_recv_flogi()
H A Dfcoe.c2569 mac = fr_cb(fp)->granted_mac; in fcoe_flogi_resp()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c228 u8 *granted_mac; in qedf_set_data_src_addr() local
234 granted_mac = fr_cb(fp)->granted_mac; in qedf_set_data_src_addr()
240 * If granted_mac is non-zero, we used that. in qedf_set_data_src_addr()
241 * If the granted_mac is zeroed out, created the FCoE MAC based on in qedf_set_data_src_addr()
246 if (!is_zero_ether_addr(granted_mac)) { in qedf_set_data_src_addr()
247 ether_addr_copy(qedf->data_src_addr, granted_mac); in qedf_set_data_src_addr()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c228 u8 *granted_mac; in qedf_set_data_src_addr() local
234 granted_mac = fr_cb(fp)->granted_mac; in qedf_set_data_src_addr()
240 * If granted_mac is non-zero, we used that. in qedf_set_data_src_addr()
241 * If the granted_mac is zeroed out, created the FCoE MAC based on in qedf_set_data_src_addr()
246 if (!is_zero_ether_addr(granted_mac)) { in qedf_set_data_src_addr()
247 ether_addr_copy(qedf->data_src_addr, granted_mac); in qedf_set_data_src_addr()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_fcs.c789 mac = fr_cb(fp)->granted_mac; in fnic_set_port_id()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_fcs.c779 mac = fr_cb(fp)->granted_mac; in fnic_set_port_id()

Completed in 28 milliseconds