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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_drv.c786 static int storvsc_device_alloc(struct scsi_device *sdevice) argument
789 sdevice, BLIST_SPARSELUN);
794 sdevice->sdev_bflags |= BLIST_SPARSELUN | BLIST_LARGELUN;
798 static int storvsc_device_configure(struct scsi_device *sdevice) argument
800 DPRINT_INFO(STORVSC_DRV, "sdev (%p) - curr queue depth %d", sdevice,
801 sdevice->queue_depth);
804 sdevice, STORVSC_MAX_IO_REQUESTS);
805 scsi_adjust_queue_depth(sdevice, MSG_SIMPLE_TAG,
809 sdevice, PAGE_SIZE);
810 blk_queue_max_segment_size(sdevice
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/hv/
H A Dstorvsc_drv.c786 static int storvsc_device_alloc(struct scsi_device *sdevice) argument
789 sdevice, BLIST_SPARSELUN);
794 sdevice->sdev_bflags |= BLIST_SPARSELUN | BLIST_LARGELUN;
798 static int storvsc_device_configure(struct scsi_device *sdevice) argument
800 DPRINT_INFO(STORVSC_DRV, "sdev (%p) - curr queue depth %d", sdevice,
801 sdevice->queue_depth);
804 sdevice, STORVSC_MAX_IO_REQUESTS);
805 scsi_adjust_queue_depth(sdevice, MSG_SIMPLE_TAG,
809 sdevice, PAGE_SIZE);
810 blk_queue_max_segment_size(sdevice
[all...]

Completed in 118 milliseconds