Lines Matching refs:q_depth
1011 int q_depth) in mpi3mr_change_queue_depth() argument
1018 q_depth = 1; in mpi3mr_change_queue_depth()
1019 if (q_depth > shost->can_queue) in mpi3mr_change_queue_depth()
1020 q_depth = shost->can_queue; in mpi3mr_change_queue_depth()
1021 else if (!q_depth) in mpi3mr_change_queue_depth()
1022 q_depth = MPI3MR_DEFAULT_SDEV_QD; in mpi3mr_change_queue_depth()
1023 retval = scsi_change_queue_depth(sdev, q_depth); in mpi3mr_change_queue_depth()
1069 mpi3mr_change_queue_depth(sdev, tgtdev->q_depth); in mpi3mr_update_sdev()
1162 tgtdev->q_depth = le16_to_cpu(dev_pg0->queue_depth); in mpi3mr_update_tgtdev()
1317 tg->fw_qd = tgtdev->q_depth; in mpi3mr_update_tgtdev()
1318 tg->modified_qd = tgtdev->q_depth; in mpi3mr_update_tgtdev()
1966 u16 *q_depth = (u16 *)data; in mpi3mr_update_sdev_qd() local
1968 scsi_change_queue_depth(sdev, (int)*q_depth); in mpi3mr_update_sdev_qd()
1997 tgt_priv->perst_id, tgtdev->q_depth, in mpi3mr_set_qd_for_all_vd_in_tg()
4722 mpi3mr_change_queue_depth(sdev, tgt_dev->q_depth); in mpi3mr_sdev_configure()