Searched refs:spp (Results 1 – 7 of 7) sorted by relevance
1121 struct fc_els_spp spp; in fc_rport_prli_resp() member1164 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()1250 struct fc_els_spp spp; in fc_rport_enter_prli() member1291 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()1972 struct fc_els_spp spp; in fc_rport_recv_prli_req() member2000 rspp = &pp->spp; in fc_rport_recv_prli_req()2021 spp = &pp->spp; in fc_rport_recv_prli_req()2055 spp = (struct fc_els_spp *)((char *)spp + plen); in fc_rport_recv_prli_req()2088 struct fc_els_spp spp; in fc_rport_recv_prlo_req() member2111 rspp = &pp->spp; in fc_rport_recv_prlo_req()[all …]
874 struct fc_els_spp spp; in fc_prli_fill() member882 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill()883 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()884 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()
348 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked()382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; 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()422 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli() argument427 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli()
484 struct fc_els_spp spp; in efc_send_prli() member505 pp->spp.spp_type = FC_TYPE_FCP; in efc_send_prli()506 pp->spp.spp_type_ext = 0; in efc_send_prli()507 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in efc_send_prli()716 struct fc_els_spp spp; in efc_send_prli_acc() member738 pp->spp.spp_type = FC_TYPE_FCP; in efc_send_prli_acc()739 pp->spp.spp_type_ext = 0; in efc_send_prli_acc()758 struct fc_els_spp spp; in efc_send_prlo_acc() member780 pp->spp.spp_type = FC_TYPE_FCP; in efc_send_prlo_acc()781 pp->spp.spp_type_ext = 0; in efc_send_prlo_acc()[all …]
52 u8 spp; /* bus samples per pixel */ member
67 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8; in csid_configure_stream()
68 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8; in csid_configure_stream()
Completed in 25 milliseconds