Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_fcpim.h64 (__itnim->ioprofile.iocomps[__index]++)
237 struct bfa_itnim_ioprofile_s ioprofile; member
331 struct bfa_itnim_ioprofile_s *ioprofile);
Dbfa_fcpim.c443 &(ioim->itnim->ioprofile.io_latency); in bfa_ioim_profile_comp()
1133 itnim->ioprofile.io_latency.min[j] = ~0; in bfa_itnim_attach()
1460 struct bfa_itnim_ioprofile_s *ioprofile) in bfa_itnim_get_ioprofile() argument
1472 itnim->ioprofile.index = BFA_IOBUCKET_MAX; in bfa_itnim_get_ioprofile()
1474 itnim->ioprofile.io_profile_start_time = in bfa_itnim_get_ioprofile()
1476 itnim->ioprofile.clock_res_mul = bfa_io_lat_clock_res_mul; in bfa_itnim_get_ioprofile()
1477 itnim->ioprofile.clock_res_div = bfa_io_lat_clock_res_div; in bfa_itnim_get_ioprofile()
1478 *ioprofile = itnim->ioprofile; in bfa_itnim_get_ioprofile()
1492 memset(&itnim->ioprofile, 0, sizeof(itnim->ioprofile)); in bfa_itnim_clear_stats()
1494 itnim->ioprofile.io_latency.min[j] = ~0; in bfa_itnim_clear_stats()
Dbfad_bsg.h179 struct bfa_itnim_ioprofile_s ioprofile; member
Dbfad_bsg.c2122 &iocmd->ioprofile); in bfad_iocmd_itnim_get_ioprofile()