Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dvmw_pvscsi.c48 #define SGL_SIZE PAGE_SIZE macro
357 SGL_SIZE, PCI_DMA_TODEVICE); in pvscsi_map_buffers()
388 SGL_SIZE, PCI_DMA_TODEVICE); in pvscsi_unmap_buffers()
1072 free_pages((unsigned long)ctx->sgl, get_order(SGL_SIZE)); in pvscsi_free_sgls()
1161 BUILD_BUG_ON(sizeof(struct pvscsi_sg_list) > SGL_SIZE); in pvscsi_allocate_sg()
1165 get_order(SGL_SIZE)); in pvscsi_allocate_sg()
1171 get_order(SGL_SIZE)); in pvscsi_allocate_sg()