Searched refs:rspp (Results 1 – 2 of 2) sorted by relevance
348 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument358 if (!rspp) in ft_prli_locked()361 if (rspp->spp_flags & (FC_SPP_OPA_VAL | FC_SPP_RPA_VAL)) in ft_prli_locked()367 fcp_parm = ntohl(rspp->spp_params); in ft_prli_locked()375 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) { in ft_prli_locked()422 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli() argument427 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli()430 rdata->ids.port_id, rspp ? rspp->spp_flags : 0, ret); in ft_prli()
2000 rspp = &pp->spp; in fc_rport_recv_prli_req()2024 rdata->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()2025 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()2026 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()2054 rspp = (struct fc_els_spp *)((char *)rspp + plen); in fc_rport_recv_prli_req()2111 rspp = &pp->spp; in fc_rport_recv_prlo_req()2127 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()2128 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()2199 const struct fc_els_spp *rspp, in fc_rport_fcp_prli() argument2205 fcp_parm = ntohl(rspp->spp_params); in fc_rport_fcp_prli()[all …]