Lines Matching refs:spp

1125 		struct fc_els_spp spp;  in fc_rport_prli_resp()  member
1164 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1166 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1167 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1175 if (pp->prli.prli_spp_len < sizeof(pp->spp)) in fc_rport_prli_resp()
1178 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp()
1191 &pp->spp, &temp_spp); in fc_rport_prli_resp()
1197 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp()
1238 struct fc_els_spp spp; in fc_rport_enter_prli() member
1279 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()
1959 struct fc_els_spp spp; in fc_rport_recv_prli_req() member
1962 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prli_req() local
1984 if ((plen % 4) != 0 || plen < sizeof(*spp) || in fc_rport_recv_prli_req()
1987 rspp = &pp->spp; in fc_rport_recv_prli_req()
2008 spp = &pp->spp; in fc_rport_recv_prli_req()
2012 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2013 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()
2021 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2024 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2034 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
2039 spp->spp_flags |= resp; in fc_rport_recv_prli_req()
2042 spp = (struct fc_els_spp *)((char *)spp + plen); in fc_rport_recv_prli_req()
2075 struct fc_els_spp spp; in fc_rport_recv_prlo_req() member
2078 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prlo_req() local
2098 rspp = &pp->spp; in fc_rport_recv_prlo_req()
2113 spp = &pp->spp; in fc_rport_recv_prlo_req()
2114 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
2115 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
2116 spp->spp_flags = FC_SPP_RESP_ACK; in fc_rport_recv_prlo_req()
2188 struct fc_els_spp *spp) in fc_rport_fcp_prli() argument
2206 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2211 fcp_parm = ntohl(spp->spp_params); in fc_rport_fcp_prli()
2212 spp->spp_params = htonl(fcp_parm | lport->service_params); in fc_rport_fcp_prli()
2232 struct fc_els_spp *spp) in fc_rport_t0_prli() argument