Lines Matching refs:fcoe_mac
869 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()
907 fip->update_mac(lport, fcoe_mac); in bnx2fc_flogi_resp()