Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_im.c98 (bfa_lun_queue_depth > cmnd->device->queue_depth)) { in bfa_cb_ioim_done()
126 if (bfa_lun_queue_depth > cmnd->device->queue_depth) { in bfa_cb_ioim_good_comp()
799 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure()
888 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) { in bfad_ramp_up_qdepth()
Dbfad_drv.h347 extern int bfa_lun_queue_depth;
Dbfad.c51 int bfa_lun_queue_depth = BFAD_LUN_QUEUE_DEPTH; variable
119 module_param(bfa_lun_queue_depth, int, S_IRUGO | S_IWUSR);
120 MODULE_PARM_DESC(bfa_lun_queue_depth, "Lun queue depth, default=32, Range[>0]");
826 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth; in bfad_drv_init()