Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c3399 tgtdev->dev_spec.vol_inf.tg_id = vdinf->IOThrottleGroup; in mpi3mr_update_device()
3404 if (vdinf->IOThrottleGroup < sc->num_io_throttle_group) { in mpi3mr_update_device()
3405 tg = sc->throttle_groups + vdinf->IOThrottleGroup; in mpi3mr_update_device()
3406 tg->id = vdinf->IOThrottleGroup; in mpi3mr_update_device()
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h3599 U16 IOThrottleGroup; /* 0x06 */ member