Home
last modified time | relevance | path

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

/drivers/media/video/ivtv/
Divtv-queue.c196 int SGsize = sizeof(struct ivtv_sg_host_element) * s->buffers; in ivtv_stream_alloc() local
206 s->sg_pending = kzalloc(SGsize, GFP_KERNEL|__GFP_NOWARN); in ivtv_stream_alloc()
213 s->sg_processing = kzalloc(SGsize, GFP_KERNEL|__GFP_NOWARN); in ivtv_stream_alloc()
/drivers/scsi/dpt/
Ddpti_ioctl.h92 uINT SGsize; /* Scatter/Gather list size. */ member