Home
last modified time | relevance | path

Searched refs:SGL_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dvmw_pvscsi.c47 #define SGL_SIZE PAGE_SIZE macro
374 ctx->sgl, SGL_SIZE, DMA_TO_DEVICE); in pvscsi_map_buffers()
430 SGL_SIZE, DMA_TO_DEVICE); in pvscsi_unmap_buffers()
1209 free_pages((unsigned long)ctx->sgl, get_order(SGL_SIZE)); in pvscsi_free_sgls()
1272 BUILD_BUG_ON(sizeof(struct pvscsi_sg_list) > SGL_SIZE); in pvscsi_allocate_sg()
1276 get_order(SGL_SIZE)); in pvscsi_allocate_sg()
1282 get_order(SGL_SIZE)); in pvscsi_allocate_sg()