Lines Matching refs:spp

1121 		struct fc_els_spp spp;  in fc_rport_prli_resp()  member
1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1164 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1165 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1173 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()
1247 struct fc_els_spp spp; in fc_rport_enter_prli() member
1288 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()
1969 struct fc_els_spp spp; in fc_rport_recv_prli_req() member
1972 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prli_req() local
1994 if ((plen % 4) != 0 || plen < sizeof(*spp) || in fc_rport_recv_prli_req()
1997 rspp = &pp->spp; in fc_rport_recv_prli_req()
2018 spp = &pp->spp; in fc_rport_recv_prli_req()
2022 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2023 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()
2031 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2034 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2044 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
2049 spp->spp_flags |= resp; in fc_rport_recv_prli_req()
2052 spp = (struct fc_els_spp *)((char *)spp + plen); in fc_rport_recv_prli_req()
2085 struct fc_els_spp spp; in fc_rport_recv_prlo_req() member
2088 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prlo_req() local
2108 rspp = &pp->spp; in fc_rport_recv_prlo_req()
2123 spp = &pp->spp; in fc_rport_recv_prlo_req()
2124 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
2125 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
2126 spp->spp_flags = FC_SPP_RESP_ACK; in fc_rport_recv_prlo_req()
2197 struct fc_els_spp *spp) in fc_rport_fcp_prli() argument
2215 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2220 fcp_parm = ntohl(spp->spp_params); in fc_rport_fcp_prli()
2221 spp->spp_params = htonl(fcp_parm | lport->service_params); in fc_rport_fcp_prli()
2241 struct fc_els_spp *spp) in fc_rport_t0_prli() argument