Searched defs:sgs (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/nvdimm/
H A Dnd_virtio.c43 struct scatterlist *sgs[2], sg, ret; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dloop6.c57 static inline struct scatterlist *get_sgp(struct scatterlist **sgs, int i) argument
69 int BPF_KPROBE(trace_virtqueue_add_sgs, void *unused, struct scatterlist **sgs, argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sensor-groups.c29 } *sgs; variable in typeref:struct:sensor_group
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-virtio.c61 struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; local
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c28 struct scatterlist *sgs, *sgd; local
304 struct scatterlist *sgs, *sg local
288 crypto_dma_start(struct rk_crypto_info *dev, struct scatterlist *sgs, struct scatterlist *sgd, unsigned int todo) argument
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h108 struct scatterlist **sgs; member in struct:virtio_crypto_request
H A Dvirtio_crypto_core.c49 int virtio_crypto_ctrl_vq_request(struct virtio_crypto *vcrypto, struct scatterlist *sgs[], argument
H A Dvirtio_crypto_skcipher_algs.c117 struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; local
196 struct scatterlist outhdr, status_sg, *sgs[2]; local
336 struct scatterlist outhdr, iv_sg, status_sg, **sgs; local
[all...]
H A Dvirtio_crypto_akcipher_algs.c111 struct scatterlist outhdr_sg, key_sg, inhdr_sg, *sgs[3]; local
169 struct scatterlist outhdr_sg, inhdr_sg, *sgs[2]; local
227 struct scatterlist *sgs[ local
[all...]
/linux-master/sound/virtio/
H A Dvirtio_pcm_msg.c23 struct scatterlist sgs[]; member in struct:virtio_pcm_msg
90 static void virtsnd_pcm_sg_from(struct scatterlist *sgs, int nsgs, u8 *data, argument
[all...]
/linux-master/drivers/gpio/
H A Dgpio-virtio.c64 struct scatterlist *sgs[2], req_sg, res_sg; local
210 struct scatterlist *sgs[2], req_sg, res_sg; local
/linux-master/tools/virtio/
H A Dvringh_test.c444 struct scatterlist guest_sg[RINGSIZE], *sgs[2]; local
/linux-master/net/9p/
H A Dtrans_virtio.c261 struct scatterlist *sgs[2]; local
430 struct scatterlist *sgs[4]; local
[all...]
/linux-master/drivers/spi/
H A Dspi-mxs.c172 const int sgs = DIV_ROUND_UP(len, desc_len); local
/linux-master/drivers/firmware/arm_scmi/
H A Dvirtio.c501 struct scatterlist *sgs[DESCRIPTORS_PER_TX_MSG] = { &sg_out, &sg_in }; local
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm.c178 struct audioreach_sub_graph *sgs; local
369 struct audioreach_sub_graph *sgs; local
H A Daudioreach.c452 struct audioreach_sub_graph *sgs; local
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern.c80 struct scatterlist *sgs[VIRTIO_AVQ_SGS_MAX], hdr, stat; local
41 virtqueue_exec_admin_cmd(struct virtio_pci_admin_vq *admin_vq, u16 opcode, struct scatterlist **sgs, unsigned int out_num, unsigned int in_num, void *data) argument
H A Dvirtio_mem.c1367 struct scatterlist *sgs[2], sg_req, sg_resp; local
H A Dvirtio_ring.c544 virtqueue_add_split(struct virtqueue *_vq, struct scatterlist *sgs[], unsigned int total_sg, unsigned int out_sgs, unsigned int in_sgs, void *data, void *ctx, gfp_t gfp) argument
1283 virtqueue_add_indirect_packed(struct vring_virtqueue *vq, struct scatterlist *sgs[], unsigned int total_sg, unsigned int out_sgs, unsigned int in_sgs, void *data, gfp_t gfp) argument
1401 virtqueue_add_packed(struct virtqueue *_vq, struct scatterlist *sgs[], unsigned int total_sg, unsigned int out_sgs, unsigned int in_sgs, void *data, void *ctx, gfp_t gfp) argument
2197 virtqueue_add(struct virtqueue *_vq, struct scatterlist *sgs[], unsigned int total_sg, unsigned int out_sgs, unsigned int in_sgs, void *data, void *ctx, gfp_t gfp) argument
2228 virtqueue_add_sgs(struct virtqueue *_vq, struct scatterlist *sgs[], unsigned int out_sgs, unsigned int in_sgs, void *data, gfp_t gfp) argument
[all...]
/linux-master/net/vmw_vsock/
H A Dvirtio_transport.c115 struct scatterlist **sgs; local
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c375 struct scatterlist *sgs[3], vcmd, vout, vresp; local
451 struct scatterlist *sgs[1], ccmd; local
314 virtio_gpu_queue_ctrl_sgs(struct virtio_gpu_device *vgdev, struct virtio_gpu_vbuffer *vbuf, struct virtio_gpu_fence *fence, int elemcnt, struct scatterlist **sgs, int outcnt, int incnt) argument
[all...]
/linux-master/drivers/scsi/
H A Dvirtio_scsi.c434 struct scatterlist *sgs[6], req, resp; local
/linux-master/drivers/block/
H A Dvirtio_blk.c142 struct scatterlist out_hdr, in_hdr, *sgs[3]; local
/linux-master/fs/fuse/
H A Dvirtio_fs.c1191 struct scatterlist **sgs = stack_sgs; local

Completed in 350 milliseconds

12