Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c3407 Mpi3Device0VdFormat_t *vdinf = in mpi3mr_update_device() local
3411 tgtdev->dev_spec.vol_inf.state = vdinf->VdState; in mpi3mr_update_device()
3412 if (vdinf->VdState == MPI3_DEVICE0_VD_STATE_OFFLINE) in mpi3mr_update_device()
3414 tgtdev->dev_spec.vol_inf.tg_id = vdinf->IOThrottleGroup; in mpi3mr_update_device()
3416 vdinf->IOThrottleGroupHigh * 2048; in mpi3mr_update_device()
3418 vdinf->IOThrottleGroupLow * 2048; in mpi3mr_update_device()
3419 if (vdinf->IOThrottleGroup < sc->num_io_throttle_group) { in mpi3mr_update_device()
3420 tg = sc->throttle_groups + vdinf->IOThrottleGroup; in mpi3mr_update_device()
3421 tg->id = vdinf->IOThrottleGroup; in mpi3mr_update_device()