Lines Matching refs:spp
1116 struct fc_els_spp spp; in fc_rport_prli_resp() member
1157 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1159 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1160 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1168 if (pp->prli.prli_spp_len < sizeof(pp->spp)) { in fc_rport_prli_resp()
1173 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp()
1186 &pp->spp, &temp_spp); in fc_rport_prli_resp()
1192 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp()
1236 struct fc_els_spp spp; in fc_rport_enter_prli() member
1277 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()
1958 struct fc_els_spp spp; in fc_rport_recv_prli_req() member
1961 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prli_req() local
1983 if ((plen % 4) != 0 || plen < sizeof(*spp) || in fc_rport_recv_prli_req()
1986 rspp = &pp->spp; in fc_rport_recv_prli_req()
2007 spp = &pp->spp; in fc_rport_recv_prli_req()
2011 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2012 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()
2020 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2023 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2033 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
2038 spp->spp_flags |= resp; in fc_rport_recv_prli_req()
2041 spp = (struct fc_els_spp *)((char *)spp + plen); in fc_rport_recv_prli_req()
2074 struct fc_els_spp spp; in fc_rport_recv_prlo_req() member
2077 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prlo_req() local
2097 rspp = &pp->spp; in fc_rport_recv_prlo_req()
2112 spp = &pp->spp; in fc_rport_recv_prlo_req()
2113 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
2114 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
2115 spp->spp_flags = FC_SPP_RESP_ACK; in fc_rport_recv_prlo_req()
2186 struct fc_els_spp *spp) in fc_rport_fcp_prli() argument
2204 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2209 fcp_parm = ntohl(spp->spp_params); in fc_rport_fcp_prli()
2210 spp->spp_params = htonl(fcp_parm | lport->service_params); in fc_rport_fcp_prli()
2230 struct fc_els_spp *spp) in fc_rport_t0_prli() argument