Home
last modified time | relevance | path

Searched refs:sge_offset (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/sw/rxe/
H A Drxe_mr.c402 int offset = dma->sge_offset; in copy_data()
470 dma->sge_offset = offset; in copy_data()
488 int offset = dma->sge_offset; in advance_dma_data()
512 dma->sge_offset = offset; in advance_dma_data()
H A Drxe_req.c32 wqe->dma.sge_offset += to_send; in retry_first_write_send()
74 wqe->dma.sge_offset = 0; in req_retry()
457 u8 *tmp = &wqe->dma.inline_data[wqe->dma.sge_offset]; in fill_packet()
463 wqe->dma.sge_offset += paylen; in fill_packet()
H A Drxe_verbs.c245 recv_wqe->dma.sge_offset = 0; in post_one_recv()
604 wqe->dma.sge_offset = 0; in init_send_wqe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/sw/rxe/
H A Drxe_mr.c402 int offset = dma->sge_offset; in copy_data()
470 dma->sge_offset = offset; in copy_data()
488 int offset = dma->sge_offset; in advance_dma_data()
512 dma->sge_offset = offset; in advance_dma_data()
H A Drxe_req.c32 wqe->dma.sge_offset += to_send; in retry_first_write_send()
74 wqe->dma.sge_offset = 0; in req_retry()
457 u8 *tmp = &wqe->dma.inline_data[wqe->dma.sge_offset]; in fill_packet()
463 wqe->dma.sge_offset += paylen; in fill_packet()
H A Drxe_verbs.c245 recv_wqe->dma.sge_offset = 0; in post_one_recv()
604 wqe->dma.sge_offset = 0; in init_send_wqe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/sw/rxe/
H A Drxe_mr.c402 int offset = dma->sge_offset; in copy_data()
470 dma->sge_offset = offset; in copy_data()
488 int offset = dma->sge_offset; in advance_dma_data()
512 dma->sge_offset = offset; in advance_dma_data()
H A Drxe_req.c32 wqe->dma.sge_offset += to_send; in retry_first_write_send()
74 wqe->dma.sge_offset = 0; in req_retry()
457 u8 *tmp = &wqe->dma.inline_data[wqe->dma.sge_offset]; in fill_packet()
463 wqe->dma.sge_offset += paylen; in fill_packet()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/bcm/
H A Dutil.h85 struct scatterlist **sge, unsigned int *sge_offset);
H A Dutil.c28 struct scatterlist **sge, unsigned int *sge_offset) in spu_sg_at_offset() argument
44 *sge_offset = skip - index; in spu_sg_at_offset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/bcm/
H A Dutil.h85 struct scatterlist **sge, unsigned int *sge_offset);
H A Dutil.c28 struct scatterlist **sge, unsigned int *sge_offset) in spu_sg_at_offset() argument
44 *sge_offset = skip - index; in spu_sg_at_offset()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/bcm/
H A Dutil.h85 struct scatterlist **sge, unsigned int *sge_offset);
H A Dutil.c28 struct scatterlist **sge, unsigned int *sge_offset) in spu_sg_at_offset() argument
44 *sge_offset = skip - index; in spu_sg_at_offset()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/qed/
H A Dstorage_common.h139 __le32 sge_offset; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/qed/
H A Dstorage_common.h139 __le32 sge_offset; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/qed/
H A Dstorage_common.h139 __le32 sge_offset; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/rdma/
H A Drdma_user_rxe.h131 uint32_t sge_offset; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/rdma/
H A Drdma_user_rxe.h131 uint32_t sge_offset; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/rdma/
H A Drdma_user_rxe.h131 uint32_t sge_offset; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/rdma/
H A Drdma_user_rxe.h135 __u32 sge_offset; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/rdma/
H A Drdma_user_rxe.h135 __u32 sge_offset; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/message/fusion/
H A Dmptctl.c128 static MptSge_t *kbuf_alloc_2_sgl(int bytes, u32 dir, int sge_offset, int *frags,
796 int sge_offset = 0; in mptctl_do_fw_download() local
858 sge_offset = sizeof(MPIHeader_t) + sizeof(FWDownloadTCSGE_t); in mptctl_do_fw_download()
859 if ((sgl = kbuf_alloc_2_sgl(fwlen, sgdir, sge_offset, in mptctl_do_fw_download()
1006 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, in kbuf_alloc_2_sgl() argument
1061 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/message/fusion/
H A Dmptctl.c128 static MptSge_t *kbuf_alloc_2_sgl(int bytes, u32 dir, int sge_offset, int *frags,
796 int sge_offset = 0; in mptctl_do_fw_download() local
858 sge_offset = sizeof(MPIHeader_t) + sizeof(FWDownloadTCSGE_t); in mptctl_do_fw_download()
859 if ((sgl = kbuf_alloc_2_sgl(fwlen, sgdir, sge_offset, in mptctl_do_fw_download()
1006 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, in kbuf_alloc_2_sgl() argument
1061 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/message/fusion/
H A Dmptctl.c128 static MptSge_t *kbuf_alloc_2_sgl(int bytes, u32 dir, int sge_offset, int *frags,
796 int sge_offset = 0; in mptctl_do_fw_download() local
858 sge_offset = sizeof(MPIHeader_t) + sizeof(FWDownloadTCSGE_t); in mptctl_do_fw_download()
859 if ((sgl = kbuf_alloc_2_sgl(fwlen, sgdir, sge_offset, in mptctl_do_fw_download()
1006 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, in kbuf_alloc_2_sgl() argument
1061 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()

12