Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfad_im.c90 (bfa_lun_queue_depth > cmnd->device->queue_depth)) { in bfa_cb_ioim_done()
118 if (bfa_lun_queue_depth > cmnd->device->queue_depth) { in bfa_cb_ioim_good_comp()
791 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure()
878 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) { in bfad_ramp_up_qdepth()
Dbfad_drv.h339 extern int bfa_lun_queue_depth;
Dbfad.c43 int bfa_lun_queue_depth = BFAD_LUN_QUEUE_DEPTH; variable
111 module_param(bfa_lun_queue_depth, int, S_IRUGO | S_IWUSR);
112 MODULE_PARM_DESC(bfa_lun_queue_depth, "Lun queue depth, default=32, Range[>0]");
819 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth; in bfad_drv_init()