Searched refs:sgl_size (Results 1 - 8 of 8) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c387 static size_t sgl_size; local
402 if (unlikely(!sgl_size)) {
403 sgl_size = ttm_round_pot(sizeof(struct scatterlist));
406 vmw_tt->sg_alloc_size = sgt_size + sgl_size * vsgt->num_pages;
422 sgl_size * (vsgt->num_pages -
/drivers/misc/genwqe/
H A Dcard_utils.c314 sgl->sgl_size = genwqe_sgl_size(sgl->nr_pages);
316 if (get_order(sgl->sgl_size) > MAX_ORDER) {
322 sgl->sgl = __genwqe_alloc_consistent(cd, sgl->sgl_size,
363 __genwqe_free_consistent(cd, sgl->sgl_size, sgl->sgl,
495 __genwqe_free_consistent(cd, sgl->sgl_size, sgl->sgl,
500 sgl->sgl_size = 0;
H A Dcard_base.h347 * @sgl_size: size of area used for sgl
356 size_t sgl_size; /* size of sgl */ member in struct:genwqe_sgl
/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1522 task->txwr_only.sgl_ctx.sgl.mul_sgl.sgl_size =
1539 sgl->mul_sgl.sgl_size = bd_count;
1623 task->txwr_only.sgl_ctx.sgl.mul_sgl.sgl_size = 1;
1679 sgl->mul_sgl.sgl_size = 1;
1733 task->txwr_only.sgl_ctx.sgl.mul_sgl.sgl_size =
1825 sgl->mul_sgl.sgl_size = bd_count;
1831 sgl->mul_sgl.sgl_size = bd_count;
H A D57xx_hsi_bnx2fc.h248 u8 sgl_size; member in struct:fcoe_mul_sges_ctx
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2551 u8 sgl_size; member in struct:fcoe_mul_sges_ctx
3931 u8 sgl_size; member in struct:ustorm_iscsi_placement_db
3937 u8 sgl_size; member in struct:ustorm_iscsi_placement_db
4542 u8 sgl_size; member in struct:iscsi_task_context_entry_xuc_xu_write_both
4548 u8 sgl_size; member in struct:iscsi_task_context_entry_xuc_xu_write_both
4929 u8 sgl_size; member in struct:iscsi_hq_bd
4935 u8 sgl_size; member in struct:iscsi_hq_bd
/drivers/scsi/
H A Dscsi_lib.c2082 unsigned int cmd_size, sgl_size, tbl_size; local
2087 sgl_size = tbl_size * sizeof(struct scatterlist);
2088 cmd_size = sizeof(struct scsi_cmnd) + shost->hostt->cmd_size + sgl_size;
2090 cmd_size += sizeof(struct scsi_data_buffer) + sgl_size;
/drivers/scsi/lpfc/
H A Dlpfc_scsi.c751 int status, sgl_size; local
763 sgl_size = phba->cfg_sg_dma_buf_size -
798 if (sgl_size > SGL_PAGE_SIZE)
923 int bcnt, num_posted, sgl_size; local
928 sgl_size = phba->cfg_sg_dma_buf_size -
933 num_to_alloc, phba->cfg_sg_dma_buf_size, sgl_size,
992 psb->fcp_cmnd = (psb->data + sgl_size);
999 pdma_phys_fcp_cmd = (psb->dma_handle + sgl_size);

Completed in 839 milliseconds