Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfad_im.c91 (bfa_lun_queue_depth > cmnd->device->queue_depth)) { in bfa_cb_ioim_done()
119 if (bfa_lun_queue_depth > cmnd->device->queue_depth) { in bfa_cb_ioim_good_comp()
790 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_sdev_configure()
879 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) { in bfad_ramp_up_qdepth()
H A 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]");
812 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth; in bfad_drv_init()