Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/scsi/
H A Dscsi_ch.c146 struct devstat *device_stats; member
905 softc->device_stats); in chmove()
968 softc->device_stats); in chexchange()
1014 softc->device_stats); in chposition()
1256 softc->device_stats); in chgetelemstatus()
1324 softc->device_stats); in chgetelemstatus()
1430 softc->device_stats); in chielem()
1517 softc->device_stats); in chsetvoltag()
1582 softc->device_stats); in chgetparams()
1595 softc->device_stats); in chgetparams()
[all …]
H A Dscsi_pt.c79 struct devstat *device_stats; member
294 softc->device_stats = devstat_new_entry("pt", in ptctor()
349 devstat_remove_entry(softc->device_stats); in ptdtor()
436 devstat_start_transaction_bio(softc->device_stats, bp); in ptstart()
551 biofinish(bp, softc->device_stats, 0); in ptdone()
H A Dscsi_sg.c101 struct devstat *device_stats; member
244 devstat_remove_entry(softc->device_stats); in sgcleanup()
336 softc->device_stats = devstat_new_entry("sg", in sgregister()
407 devstat_end_transaction(softc->device_stats, in sgdone()
908 softc->device_stats); in sgsendccb()
925 devstat_start_transaction(softc->device_stats, NULL); in sgsendrdwr()
H A Dscsi_sa.c3201 softc->device_stats); in samount()
3208 softc->device_stats); in samount()
3230 softc->device_stats); in samount()
3252 softc->device_stats); in samount()
3262 softc->device_stats); in samount()
3291 softc->device_stats); in samount()
3928 softc->device_stats); in sagetparams()
3990 softc->device_stats); in sagetparams()
4127 softc->device_stats); in sagetparams()
4677 softc->device_stats); in sasetparams()
[all …]
H A Dscsi_pass.c132 struct devstat *device_stats; member
378 devstat_remove_entry(softc->device_stats); in passcleanup()
620 softc->device_stats = devstat_new_entry("pass", in passregister()
878 devstat_start_transaction(softc->device_stats, in passstart()
941 devstat_end_transaction(softc->device_stats, in passdone()
951 devstat_end_transaction(softc->device_stats, in passdone()
971 devstat_end_transaction(softc->device_stats, in passdone()
978 devstat_end_transaction(softc->device_stats, 0, in passdone()
2236 sense_flags, softc->device_stats); in passsendccb()
H A Dscsi_targ_bh.c88 struct devstat device_stats; member
H A Dscsi_target.c97 struct devstat device_stats; member