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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_im.c93 (bfa_lun_queue_depth > cmnd->device->queue_depth)) {
121 if (bfa_lun_queue_depth > cmnd->device->queue_depth) {
786 scsi_activate_tcq(sdev, bfa_lun_queue_depth);
788 scsi_deactivate_tcq(sdev, bfa_lun_queue_depth);
887 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) {
H A Dbfad_drv.h298 extern int bfa_lun_queue_depth;
H A Dbfad.c58 int bfa_lun_queue_depth = BFAD_LUN_QUEUE_DEPTH; variable
91 module_param(bfa_lun_queue_depth, int, S_IRUGO | S_IWUSR);
92 MODULE_PARM_DESC(bfa_lun_queue_depth, "Lun queue depth, default=32,"
734 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth;

Completed in 72 milliseconds