Home
last modified time | relevance | path

Searched refs:spp (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/libfc/
A Dfc_rport.c1121 struct fc_els_spp spp; in fc_rport_prli_resp() member
1164 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1250 struct fc_els_spp spp; in fc_rport_enter_prli() member
1291 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() member
2000 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() member
2111 rspp = &pp->spp; in fc_rport_recv_prlo_req()
[all …]
A Dfc_encode.h874 struct fc_els_spp spp; in fc_prli_fill() member
882 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()
/drivers/target/tcm_fc/
A Dtfc_sess.c348 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument
376 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() argument
427 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli()
/drivers/scsi/elx/libefc/
A Defc_els.c484 struct fc_els_spp spp; in efc_send_prli() member
505 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() member
738 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() member
780 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 …]
/drivers/media/platform/qcom/camss/
A Dcamss-csid.h52 u8 spp; /* bus samples per pixel */ member
A Dcamss-csid-4-1.c67 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8; in csid_configure_stream()
A Dcamss-csid-4-7.c68 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8; in csid_configure_stream()

Completed in 25 milliseconds