Lines Matching defs:length
19 uint32_t length = 0;
44 length = bsg_job->reply_payload.payload_len;
46 flash = dma_alloc_coherent(&ha->pdev->dev, length, &flash_dma,
55 rval = qla4xxx_get_flash(ha, flash_dma, offset, length);
64 flash, length);
70 dma_free_coherent(&ha->pdev->dev, length, flash, flash_dma);
83 uint32_t length = 0;
109 length = bsg_job->request_payload.payload_len;
113 flash = dma_alloc_coherent(&ha->pdev->dev, length, &flash_dma,
123 bsg_job->request_payload.sg_cnt, flash, length);
125 rval = qla4xxx_set_flash(ha, flash_dma, offset, length, options);
135 dma_free_coherent(&ha->pdev->dev, length, flash, flash_dma);