Searched refs:sge_offset (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_mr.c | 347 int offset = dma->sge_offset; in copy_data() 414 dma->sge_offset = offset; in copy_data() 591 int offset = dma->sge_offset; in advance_dma_data() 615 dma->sge_offset = offset; in advance_dma_data()
|
A D | rxe_req.c | 31 wqe->dma.sge_offset += to_send; in retry_first_write_send() 76 wqe->dma.sge_offset = 0; in req_retry() 483 u8 *tmp = &wqe->dma.inline_data[wqe->dma.sge_offset]; in finish_packet() 488 wqe->dma.sge_offset += payload; in finish_packet()
|
A D | rxe_verbs.c | 269 recv_wqe->dma.sge_offset = 0; in post_one_recv() 606 wqe->dma.sge_offset = 0; in init_send_wqe()
|
A D | rxe_resp.c | 1411 qp->resp.wqe->dma.sge_offset = 0; in do_class_d1e_error()
|
/linux-6.3-rc2/drivers/crypto/bcm/ |
A D | util.h | 85 struct scatterlist **sge, unsigned int *sge_offset);
|
A D | util.c | 28 struct scatterlist **sge, unsigned int *sge_offset) in spu_sg_at_offset() argument 44 *sge_offset = skip - index; in spu_sg_at_offset()
|
/linux-6.3-rc2/include/linux/qed/ |
A D | storage_common.h | 139 __le32 sge_offset; member
|
/linux-6.3-rc2/include/uapi/rdma/ |
A D | rdma_user_rxe.h | 152 __u32 sge_offset; member
|
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptctl.c | 128 static MptSge_t *kbuf_alloc_2_sgl(int bytes, u32 dir, int sge_offset, int *frags, 794 int sge_offset = 0; in mptctl_do_fw_download() local 856 sge_offset = sizeof(MPIHeader_t) + sizeof(FWDownloadTCSGE_t); in mptctl_do_fw_download() 857 if ((sgl = kbuf_alloc_2_sgl(fwlen, sgdir, sge_offset, in mptctl_do_fw_download() 1004 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, in kbuf_alloc_2_sgl() argument 1060 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()
|
/linux-6.3-rc2/drivers/scsi/elx/efct/ |
A D | efct_hw.h | 244 u32 sge_offset; member
|
A D | efct_hw.c | 1708 io->sge_offset = 0; in efct_hw_io_init_sges() 1804 sge_flags |= SLI4_SGE_DATA_OFFSET_MASK & io->sge_offset; in efct_hw_io_add_sge() 1828 io->sge_offset += length; in efct_hw_io_add_sge()
|
/linux-6.3-rc2/drivers/scsi/be2iscsi/ |
A D | be_main.h | 502 u8 sge_offset[22]; /* DWORD 2 */ member
|
A D | be_main.c | 2176 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, offset); in hwi_write_sgl_v2() 2264 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, offset); in hwi_write_sgl() 2342 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, 0); in hwi_write_buffer()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | cnic_defs.h | 4544 u16 sge_offset; member 4546 u16 sge_offset; member 4931 u16 sge_offset; member 4933 u16 sge_offset; member
|
Completed in 61 milliseconds