Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfad_im.c100 (bfa_lun_queue_depth > cmnd->device->queue_depth)) { in bfa_cb_ioim_done()
128 if (bfa_lun_queue_depth > cmnd->device->queue_depth) { in bfa_cb_ioim_good_comp()
779 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure()
866 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) { in bfad_ramp_up_qdepth()
Dbfad_drv.h346 extern int bfa_lun_queue_depth;
Dbfad.c50 int bfa_lun_queue_depth = BFAD_LUN_QUEUE_DEPTH; variable
118 module_param(bfa_lun_queue_depth, int, S_IRUGO | S_IWUSR);
119 MODULE_PARM_DESC(bfa_lun_queue_depth, "Lun queue depth, default=32, Range[>0]");
832 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth; in bfad_drv_init()