Lines Matching refs:q_depth
957 int q_depth) in mpi3mr_change_queue_depth() argument
964 q_depth = 1; in mpi3mr_change_queue_depth()
965 if (q_depth > shost->can_queue) in mpi3mr_change_queue_depth()
966 q_depth = shost->can_queue; in mpi3mr_change_queue_depth()
967 else if (!q_depth) in mpi3mr_change_queue_depth()
968 q_depth = MPI3MR_DEFAULT_SDEV_QD; in mpi3mr_change_queue_depth()
969 retval = scsi_change_queue_depth(sdev, q_depth); in mpi3mr_change_queue_depth()
995 mpi3mr_change_queue_depth(sdev, tgtdev->q_depth); in mpi3mr_update_sdev()
1080 tgtdev->q_depth = le16_to_cpu(dev_pg0->queue_depth); in mpi3mr_update_tgtdev()
1222 tg->fw_qd = tgtdev->q_depth; in mpi3mr_update_tgtdev()
1223 tg->modified_qd = tgtdev->q_depth; in mpi3mr_update_tgtdev()
1805 u16 *q_depth = (u16 *)data; in mpi3mr_update_sdev_qd() local
1807 scsi_change_queue_depth(sdev, (int)*q_depth); in mpi3mr_update_sdev_qd()
1836 tgt_priv->perst_id, tgtdev->q_depth, in mpi3mr_set_qd_for_all_vd_in_tg()
4298 mpi3mr_change_queue_depth(sdev, tgt_dev->q_depth); in mpi3mr_slave_configure()