Searched refs:sge_offset (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dutil.h85 struct scatterlist **sge, unsigned int *sge_offset);
H A Dutil.c21 * @sge_offset: [out] Number of bytes from start of sge buffer to get to
28 struct scatterlist **sge, unsigned int *sge_offset)
44 *sge_offset = skip - index;
27 spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, struct scatterlist **sge, unsigned int *sge_offset) argument
/linux-master/include/linux/qed/
H A Dstorage_common.h139 __le32 sge_offset; member in struct:scsi_sgl_params
/linux-master/include/uapi/rdma/
H A Drdma_user_rxe.h152 __u32 sge_offset; member in struct:rxe_dma_info
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_mr.c342 int offset = dma->sge_offset;
409 dma->sge_offset = offset;
586 int offset = dma->sge_offset;
610 dma->sge_offset = offset;
H A Drxe_req.c31 wqe->dma.sge_offset += to_send;
76 wqe->dma.sge_offset = 0;
510 u8 *tmp = &wqe->dma.inline_data[wqe->dma.sge_offset];
515 wqe->dma.sge_offset += payload;
H A Drxe_verbs.c851 wqe->dma.sge_offset = 0;
990 recv_wqe->dma.sge_offset = 0;
H A Drxe_resp.c1400 qp->resp.wqe->dma.sge_offset = 0;
/linux-master/drivers/message/fusion/
H A Dmptctl.c128 static MptSge_t *kbuf_alloc_2_sgl(int bytes, u32 dir, int sge_offset, int *frags,
794 int sge_offset = 0; local
853 * Set the sge_offset to the start of the sgl (bytes).
856 sge_offset = sizeof(MPIHeader_t) + sizeof(FWDownloadTCSGE_t);
857 if ((sgl = kbuf_alloc_2_sgl(fwlen, sgdir, sge_offset,
994 * sge_offset - offset (in bytes) from the start of the request
1004 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, argument
1060 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1;
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.h205 * @sge_offset SGE data offset
244 u32 sge_offset; member in struct:efct_hw_io
H A Defct_hw.c1708 io->sge_offset = 0;
1804 sge_flags |= SLI4_SGE_DATA_OFFSET_MASK & io->sge_offset;
1828 io->sge_offset += length;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4544 u16 sge_offset; member in struct:iscsi_task_context_entry_xuc_xu_write_both
4546 u16 sge_offset; member in struct:iscsi_task_context_entry_xuc_xu_write_both
4931 u16 sge_offset; member in struct:iscsi_hq_bd
4933 u16 sge_offset; member in struct:iscsi_hq_bd
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.h501 u8 sge_offset[22]; /* DWORD 2 */ member in struct:amap_iscsi_sge
H A Dbe_main.c2176 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, offset);
2264 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, offset);
2342 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, 0);

Completed in 250 milliseconds