Home
last modified time | relevance | path

Searched refs:plogi_rsp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfdls_disc.c1348 struct fc_std_flogi *plogi_rsp) in fnic_fc_plogi_rsp_rdf() argument
1351 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() local
2649 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 …]
/linux/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c1748 struct fc_logi_s *plogi_rsp; in bfa_fcs_rport_plogi_response() local
1765 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1770 if (plogi_rsp->els_cmd.els_code != FC_ELS_ACC) { in bfa_fcs_rport_plogi_response()
1796 if (!rport->pwwn && (plogi_rsp->port_name == twin->pwwn)) { in bfa_fcs_rport_plogi_response()
1813 bfa_fcs_rport_update(twin, plogi_rsp); in bfa_fcs_rport_plogi_response()
1824 bfa_fcs_rport_update(rport, plogi_rsp); in bfa_fcs_rport_plogi_response()