Home
last modified time | relevance | path

Searched refs:granted_mac (Results 1 – 5 of 5) sorted by relevance

/linux/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()
889 if (!is_zero_ether_addr(granted_mac)) { in bnx2fc_flogi_resp()
890 ether_addr_copy(fcoe_mac, granted_mac); in bnx2fc_flogi_resp()
/linux/include/scsi/
H A Dfc_frame.h78 u8 granted_mac[ETH_ALEN]; /* FCoE MAC address */ member
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c1146 u8 granted_mac[ETH_ALEN] = { 0 }; in fcoe_ctlr_recv_els() local
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()
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()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c788 mac = fr_cb(fp)->granted_mac; in fnic_set_port_id()