Searched refs:plp (Results 1 – 1 of 1) sorted by relevance
879 struct fc_els_flogi *plp = NULL; in fc_rport_plogi_resp() local903 (plp = fc_frame_payload_get(fp, sizeof(*plp))) != NULL) { in fc_rport_plogi_resp()904 rdata->ids.port_name = get_unaligned_be64(&plp->fl_wwpn); in fc_rport_plogi_resp()905 rdata->ids.node_name = get_unaligned_be64(&plp->fl_wwnn); in fc_rport_plogi_resp()908 rdata->sp_features = ntohs(plp->fl_csp.sp_features); in fc_rport_plogi_resp()912 csp_seq = ntohs(plp->fl_csp.sp_tot_seq); in fc_rport_plogi_resp()913 cssp_seq = ntohs(plp->fl_cssp[3 - 1].cp_con_seq); in fc_rport_plogi_resp()917 rdata->maxframe_size = fc_plogi_get_maxframe(plp, lport->mfs); in fc_rport_plogi_resp()