Searched refs:flogi_rsp (Results 1 – 2 of 2) sorted by relevance
451 struct fip_flogi_rsp *flogi_rsp = (struct fip_flogi_rsp *)fiph; in fnic_fcoe_process_flogi_resp() local458 struct fc_frame_header *fchdr = &flogi_rsp->rsp_desc.flogi.fchdr; in fnic_fcoe_process_flogi_resp()462 desc_len = be16_to_cpu(flogi_rsp->fip.fip_dl_len); in fnic_fcoe_process_flogi_resp()470 if (!((flogi_rsp->rsp_desc.fd_desc.fip_dtype == 7) in fnic_fcoe_process_flogi_resp()471 && (flogi_rsp->rsp_desc.fd_desc.fip_dlen == 36)) in fnic_fcoe_process_flogi_resp()472 || !((flogi_rsp->mac_desc.fd_desc.fip_dtype == 2) in fnic_fcoe_process_flogi_resp()473 && (flogi_rsp->mac_desc.fd_desc.fip_dlen == 2))) { in fnic_fcoe_process_flogi_resp()502 if ((be16_to_cpu(flogi_rsp->fip.fip_dl_len) == FIP_FLOGI_LEN) in fnic_fcoe_process_flogi_resp()503 && (flogi_rsp->rsp_desc.flogi.els.fl_cmd == ELS_LS_ACC)) { in fnic_fcoe_process_flogi_resp()508 memcpy(iport->fpma, flogi_rsp->mac_desc.fd_mac, ETH_ALEN); in fnic_fcoe_process_flogi_resp()[all …]
3454 struct fc_std_flogi *flogi_rsp = (struct fc_std_flogi *) fchdr; in fdls_process_flogi_rsp() local3479 switch (flogi_rsp->els.fl_cmd) { in fdls_process_flogi_rsp()3497 rdf_size = be16_to_cpu(FNIC_LOGI_RDF_SIZE(flogi_rsp->els)); in fdls_process_flogi_rsp()3507 iport->r_a_tov = be32_to_cpu(FNIC_LOGI_R_A_TOV(flogi_rsp->els)); in fdls_process_flogi_rsp()3508 iport->e_d_tov = be32_to_cpu(FNIC_LOGI_E_D_TOV(flogi_rsp->els)); in fdls_process_flogi_rsp()3510 if (FNIC_LOGI_FEATURES(flogi_rsp->els) & FNIC_FC_EDTOV_NSEC) in fdls_process_flogi_rsp()3518 get_unaligned_be64(&FNIC_LOGI_NODE_NAME(flogi_rsp->els)); in fdls_process_flogi_rsp()3580 flogi_rsp->els.fl_cmd); in fdls_process_flogi_rsp()