Lines Matching refs:spp
348 const struct fc_els_spp *rspp, struct fc_els_spp *spp)
376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR;
382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR;
400 fcp_parm = ntohl(spp->spp_params);
402 spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN);
406 fcp_parm = ntohl(spp->spp_params);
408 spp->spp_params = htonl(fcp_parm);
417 * @spp: response service parameter page
419 * Returns spp response code.
422 const struct fc_els_spp *rspp, struct fc_els_spp *spp)
427 ret = ft_prli_locked(rdata, spp_len, rspp, spp);