Lines Matching refs:spp
999 struct fc_els_spp spp; in fc_rport_prli_resp() member
1034 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1036 pp->spp.spp_flags); in fc_rport_prli_resp()
1037 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1045 if (pp->prli.prli_spp_len < sizeof(pp->spp)) in fc_rport_prli_resp()
1048 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp()
1058 &pp->spp, &temp_spp); in fc_rport_prli_resp()
1094 struct fc_els_spp spp; in fc_rport_enter_prli() member
1124 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()
1718 struct fc_els_spp spp; in fc_rport_recv_prli_req() member
1721 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prli_req() local
1742 if ((plen % 4) != 0 || plen < sizeof(*spp) || in fc_rport_recv_prli_req()
1745 rspp = &pp->spp; in fc_rport_recv_prli_req()
1766 spp = &pp->spp; in fc_rport_recv_prli_req()
1770 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
1771 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()
1777 resp = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
1780 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
1786 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
1791 spp->spp_flags |= resp; in fc_rport_recv_prli_req()
1794 spp = (struct fc_els_spp *)((char *)spp + plen); in fc_rport_recv_prli_req()
1837 struct fc_els_spp spp; in fc_rport_recv_prlo_req() member
1840 struct fc_els_spp *spp; /* response spp */ in fc_rport_recv_prlo_req() local
1858 rspp = &pp->spp; in fc_rport_recv_prlo_req()
1873 spp = &pp->spp; in fc_rport_recv_prlo_req()
1874 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
1875 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
1876 spp->spp_flags = FC_SPP_RESP_ACK; in fc_rport_recv_prlo_req()
1977 struct fc_els_spp *spp) in fc_rport_fcp_prli() argument
1995 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2000 fcp_parm = ntohl(spp->spp_params); in fc_rport_fcp_prli()
2001 spp->spp_params = htonl(fcp_parm | lport->service_params); in fc_rport_fcp_prli()
2021 struct fc_els_spp *spp) in fc_rport_t0_prli() argument