Searched refs:spp_params (Results 1 – 5 of 5) sorted by relevance
367 fcp_parm = ntohl(rspp->spp_params); in ft_prli_locked()400 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked()402 spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN); in ft_prli_locked()406 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked()408 spp->spp_params = htonl(fcp_parm); in ft_prli_locked()
1179 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp()2205 fcp_parm = ntohl(rspp->spp_params); in fc_rport_fcp_prli()2223 fcp_parm = ntohl(spp->spp_params); in fc_rport_fcp_prli()2224 spp->spp_params = htonl(fcp_parm | lport->service_params); in fc_rport_fcp_prli()
882 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()
508 pp->spp.spp_params = cpu_to_be32(FCP_SPPF_RD_XRDY_DIS | in efc_send_prli()742 pp->spp.spp_params = cpu_to_be32(FCP_SPPF_RD_XRDY_DIS | in efc_send_prli_acc()
430 __be32 spp_params; /* service parameters */ member