Searched refs:plp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_rport.c879 struct fc_els_flogi *plp = NULL; fc_rport_plogi_resp() local
903 (plp = fc_frame_payload_get(fp, sizeof(*plp))) != NULL) { fc_rport_plogi_resp()
904 rdata->ids.port_name = get_unaligned_be64(&plp->fl_wwpn); fc_rport_plogi_resp()
905 rdata->ids.node_name = get_unaligned_be64(&plp->fl_wwnn); fc_rport_plogi_resp()
908 rdata->sp_features = ntohs(plp->fl_csp.sp_features); fc_rport_plogi_resp()
912 csp_seq = ntohs(plp->fl_csp.sp_tot_seq); fc_rport_plogi_resp()
913 cssp_seq = ntohs(plp->fl_cssp[3 - 1].cp_con_seq); fc_rport_plogi_resp()
917 rdata->maxframe_size = fc_plogi_get_maxframe(plp, lport->mfs); fc_rport_plogi_resp()

Completed in 120 milliseconds