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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/dpt/
H A Ddpti_ioctl.h92 uINT SGsize; /* Scatter/Gather list size. */ member in struct:__anon14371
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-queue.c196 int SGsize = sizeof(struct ivtv_sg_host_element) * s->buffers; local
206 s->sg_pending = kzalloc(SGsize, GFP_KERNEL|__GFP_NOWARN);
213 s->sg_processing = kzalloc(SGsize, GFP_KERNEL|__GFP_NOWARN);

Completed in 18 milliseconds