Home
last modified time | relevance | path

Searched refs:sgd (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/
H A Dmvumi.h183 #define GET_COMPACT_SGD_SIZE(sgd) \ argument
186 #define SET_COMPACT_SGD_SIZE(sgd, sz) do { \ argument
190 #define sgd_getsz(_mhba, sgd, sz) do { \ argument
192 (sz) = GET_COMPACT_SGD_SIZE(sgd); \
194 (sz) = (sgd)->size; \
197 #define sgd_setsz(_mhba, sgd, sz) do { \ argument
199 SET_COMPACT_SGD_SIZE(sgd, sz); \
201 (sgd)->size = (sz); \
204 #define sgd_inc(_mhba, sgd) do { \ argument
206 sgd = (struct mvumi_sgl *)(((unsigned char *) (sgd)) + 12); \
[all …]
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c28 struct scatterlist *sgs, *sgd; in rk_cipher_need_fallback() local
37 sgd = req->dst; in rk_cipher_need_fallback()
38 while (sgs && sgd) { in rk_cipher_need_fallback()
52 dtodo = min(len, sgd->length); in rk_cipher_need_fallback()
63 sgd = sg_next(sgd); in rk_cipher_need_fallback()
334 sgd = areq->dst; in rk_cipher_run()
339 sgd = sg_next(sgd); in rk_cipher_run()
347 if (sgs == sgd) { in rk_cipher_run()
386 if (sgs == sgd) { in rk_cipher_run()
401 sgd = sg_next(sgd); in rk_cipher_run()
[all …]
/linux/Documentation/devicetree/bindings/display/panel/
H A Dsgd,gktw70sdae4se.yaml4 $id: http://devicetree.org/schemas/display/panel/sgd,gktw70sdae4se.yaml#
21 const: sgd,gktw70sdae4se
29 - const: sgd,gktw70sdae4se
57 compatible = "sgd,gktw70sdae4se", "panel-lvds";
H A Dpanel-lvds.yaml33 - sgd,gktw70sdae4se
/linux/drivers/scsi/snic/
H A Dsnic_disc.c48 struct snic_sg_desc *sgd = NULL; in snic_report_tgt_init() local
55 sgd = req_to_sgl(req); in snic_report_tgt_init()
56 sgd[0].addr = cpu_to_le64(rsp_buf_pa); in snic_report_tgt_init()
57 sgd[0].len = cpu_to_le32(len); in snic_report_tgt_init()
58 sgd[0]._resvd = 0; in snic_report_tgt_init()
59 req->u.rpt_tgts.sg_addr = cpu_to_le64((ulong)sgd); in snic_report_tgt_init()
H A Dsnic_io.c370 struct snic_sg_desc *sgd; in snic_pci_unmap_rsp_buf() local
372 sgd = req_to_sgl(rqi_to_req(rqi)); in snic_pci_unmap_rsp_buf()
373 SNIC_BUG_ON(sgd[0].addr == 0); in snic_pci_unmap_rsp_buf()
375 le64_to_cpu(sgd[0].addr), in snic_pci_unmap_rsp_buf()
376 le32_to_cpu(sgd[0].len), in snic_pci_unmap_rsp_buf()
H A Dsnic_scsi.c155 struct snic_sg_desc *sgd; in snic_queue_icmnd_req() local
164 sgd = (struct snic_sg_desc *) req_to_sgl(rqi->req); in snic_queue_icmnd_req()
167 sgd->addr = cpu_to_le64(sg_dma_address(sg)); in snic_queue_icmnd_req()
168 sgd->len = cpu_to_le32(sg_dma_len(sg)); in snic_queue_icmnd_req()
169 sgd->_resvd = 0; in snic_queue_icmnd_req()
170 sgd++; in snic_queue_icmnd_req()
/linux/net/core/
H A Dskmsg.c92 struct scatterlist *sgd = NULL; in sk_msg_clone() local
111 sgd = sk_msg_elem(dst, dst->sg.end - 1); in sk_msg_clone()
113 if (sgd && in sk_msg_clone()
114 (sg_page(sge) == sg_page(sgd)) && in sk_msg_clone()
115 (sg_virt(sge) + off == sg_virt(sgd) + sgd->length)) { in sk_msg_clone()
116 sgd->length += sge_len; in sk_msg_clone()
/linux/sound/pci/riptide/
H A Driptide.c454 struct sgd { /* scatter gather desriptor */ struct
473 struct sgd *sgdbuf; argument
1077 struct sgd *c; in riptide_handleirq()
1476 struct sgd *c, *p = NULL; in snd_riptide_prepare()
1498 sgd))); in snd_riptide_prepare()
1552 sizeof(struct sgd) * (DESC_MAX_MASK + 1), in snd_riptide_hw_params()
1556 (int)sizeof(struct sgd) * (DESC_MAX_MASK + 1)); in snd_riptide_hw_params()
1559 data->sgdbuf = (struct sgd *)sgdlist->area; in snd_riptide_hw_params()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-var-dt6customboard.dts74 compatible = "sgd,gktw70sdae4se", "panel-lvds";
/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml1275 "^sgd,.*":