Lines Matching refs:q_depth
1007 int q_depth) in mpi3mr_change_queue_depth() argument
1014 q_depth = 1; in mpi3mr_change_queue_depth()
1015 if (q_depth > shost->can_queue) in mpi3mr_change_queue_depth()
1016 q_depth = shost->can_queue; in mpi3mr_change_queue_depth()
1017 else if (!q_depth) in mpi3mr_change_queue_depth()
1018 q_depth = MPI3MR_DEFAULT_SDEV_QD; in mpi3mr_change_queue_depth()
1019 retval = scsi_change_queue_depth(sdev, q_depth); in mpi3mr_change_queue_depth()
1065 mpi3mr_change_queue_depth(sdev, tgtdev->q_depth); in mpi3mr_update_sdev()
1158 tgtdev->q_depth = le16_to_cpu(dev_pg0->queue_depth); in mpi3mr_update_tgtdev()
1313 tg->fw_qd = tgtdev->q_depth; in mpi3mr_update_tgtdev()
1314 tg->modified_qd = tgtdev->q_depth; in mpi3mr_update_tgtdev()
1952 u16 *q_depth = (u16 *)data; in mpi3mr_update_sdev_qd() local
1954 scsi_change_queue_depth(sdev, (int)*q_depth); in mpi3mr_update_sdev_qd()
1983 tgt_priv->perst_id, tgtdev->q_depth, in mpi3mr_set_qd_for_all_vd_in_tg()
4591 mpi3mr_change_queue_depth(sdev, tgt_dev->q_depth); in mpi3mr_device_configure()