Searched refs:plogi_rsp (Results 1 – 1 of 1) sorted by relevance
1348 struct fc_std_flogi *plogi_rsp) in fnic_fc_plogi_rsp_rdf() argument1351 be16_to_cpu(FNIC_LOGI_RDF_SIZE(plogi_rsp->els)); in fnic_fc_plogi_rsp_rdf()1353 be16_to_cpu(plogi_rsp->els.fl_cssp[2].cp_rdfs) & FNIC_FC_C3_RDF; in fnic_fc_plogi_rsp_rdf()2606 struct fc_std_flogi *plogi_rsp = (struct fc_std_flogi *)fchdr; in fdls_process_tgt_plogi_rsp() local2649 switch (plogi_rsp->els.fl_cmd) { in fdls_process_tgt_plogi_rsp()2694 tport->wwpn = get_unaligned_be64(&FNIC_LOGI_PORT_NAME(plogi_rsp->els)); in fdls_process_tgt_plogi_rsp()2695 tport->wwnn = get_unaligned_be64(&FNIC_LOGI_NODE_NAME(plogi_rsp->els)); in fdls_process_tgt_plogi_rsp()2700 max_payload_size = fnic_fc_plogi_rsp_rdf(iport, plogi_rsp); in fdls_process_tgt_plogi_rsp()2716 tport->max_concur_seqs = FNIC_FC_PLOGI_RSP_CONCUR_SEQ(plogi_rsp); in fdls_process_tgt_plogi_rsp()3590 struct fc_std_flogi *plogi_rsp = (struct fc_std_flogi *) fchdr; in fdls_process_fabric_plogi_rsp() local[all …]