Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A 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()
789 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()
H A Dbfad_drv.h338 extern int bfa_lun_queue_depth;
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]");
811 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth; in bfad_drv_init()