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

/linux-4.1.27/drivers/scsi/
H A Dvmw_pvscsi.c49 #define SGL_SIZE PAGE_SIZE macro
374 SGL_SIZE, PCI_DMA_TODEVICE); pvscsi_map_buffers()
405 SGL_SIZE, PCI_DMA_TODEVICE); pvscsi_unmap_buffers()
1162 free_pages((unsigned long)ctx->sgl, get_order(SGL_SIZE)); pvscsi_free_sgls()
1251 BUILD_BUG_ON(sizeof(struct pvscsi_sg_list) > SGL_SIZE); pvscsi_allocate_sg()
1255 get_order(SGL_SIZE)); pvscsi_allocate_sg()
1261 get_order(SGL_SIZE)); pvscsi_allocate_sg()

Completed in 64 milliseconds