Searched refs:device_stats (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_ch.c | 145 struct devstat *device_stats; member 310 devstat_remove_entry(softc->device_stats); in chcleanup() 405 softc->device_stats = devstat_new_entry("ch", in chregister() 904 softc->device_stats); in chmove() 967 softc->device_stats); in chexchange() 1013 softc->device_stats); in chposition() 1255 softc->device_stats); in chgetelemstatus() 1323 softc->device_stats); in chgetelemstatus() 1429 softc->device_stats); in chielem() 1516 softc->device_stats); in chsetvoltag() [all …]
|
| H A D | scsi_pt.c | 78 struct devstat *device_stats; member 293 softc->device_stats = devstat_new_entry("pt", in ptctor() 348 devstat_remove_entry(softc->device_stats); in ptdtor() 435 devstat_start_transaction_bio(softc->device_stats, bp); in ptstart() 550 biofinish(bp, softc->device_stats, 0); in ptdone()
|
| H A D | scsi_sg.c | 100 struct devstat *device_stats; member 243 devstat_remove_entry(softc->device_stats); in sgcleanup() 335 softc->device_stats = devstat_new_entry("sg", in sgregister() 406 devstat_end_transaction(softc->device_stats, in sgdone() 907 softc->device_stats); in sgsendccb() 924 devstat_start_transaction(softc->device_stats, NULL); in sgsendrdwr()
|
| H A D | scsi_sa.c | 385 struct devstat *device_stats; member 2287 devstat_remove_entry(softc->device_stats); in sacleanup() 2582 softc->device_stats = devstat_new_entry("sa", periph->unit_number, 0, in saregister() 2898 devstat_start_transaction_bio(softc->device_stats, bp); in sastart() 3162 biofinish(bp, softc->device_stats, 0); in sadone() 3200 softc->device_stats); in samount() 3207 softc->device_stats); in samount() 3229 softc->device_stats); in samount() 3251 softc->device_stats); in samount() 3261 softc->device_stats); in samount() [all …]
|
| H A D | scsi_pass.c | 132 struct devstat *device_stats; member 379 devstat_remove_entry(softc->device_stats); in passcleanup() 625 softc->device_stats = devstat_new_entry(PERIPH_NAME, in passregister() 883 devstat_start_transaction(softc->device_stats, in passstart() 946 devstat_end_transaction(softc->device_stats, in passdone() 956 devstat_end_transaction(softc->device_stats, in passdone() 976 devstat_end_transaction(softc->device_stats, in passdone() 984 devstat_end_transaction(softc->device_stats, 0, in passdone() 2246 sense_flags, softc->device_stats); in passsendccb()
|
| H A D | scsi_targ_bh.c | 87 struct devstat device_stats; member
|
| H A D | scsi_target.c | 96 struct devstat device_stats; member
|