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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_pt.c81 struct devstat *device_stats; member in struct:pt_softc
298 softc->device_stats = devstat_new_entry("pt",
353 devstat_remove_entry(softc->device_stats);
440 devstat_start_transaction_bio(softc->device_stats, bp);
555 biofinish(bp, softc->device_stats, 0);
H A Dscsi_ch.c149 struct devstat *device_stats; member in struct:ch_softc
314 devstat_remove_entry(softc->device_stats);
410 softc->device_stats = devstat_new_entry("ch",
917 softc->device_stats);
980 softc->device_stats);
1026 softc->device_stats);
1269 softc->device_stats);
1337 softc->device_stats);
1443 softc->device_stats);
1530 softc->device_stats);
[all...]
H A Dscsi_sg.c105 struct devstat *device_stats; member in struct:sg_softc
250 devstat_remove_entry(softc->device_stats);
342 softc->device_stats = devstat_new_entry("sg",
414 devstat_end_transaction(softc->device_stats,
916 softc->device_stats);
931 devstat_start_transaction(softc->device_stats, NULL);
H A Dscsi_sa.c330 struct devstat *device_stats; member in struct:sa_softc
2228 devstat_remove_entry(softc->device_stats);
2438 softc->device_stats = devstat_new_entry("sa", periph->unit_number, 0,
2714 devstat_start_transaction_bio(softc->device_stats, bp);
2863 biofinish(bp, softc->device_stats, 0);
2901 softc->device_stats);
2907 softc->device_stats);
2928 softc->device_stats);
2949 softc->device_stats);
2958 softc->device_stats);
[all...]
H A Dscsi_pass.c135 struct devstat *device_stats; member in struct:pass_softc
379 devstat_remove_entry(softc->device_stats);
609 softc->device_stats = devstat_new_entry("pass",
867 devstat_start_transaction(softc->device_stats,
932 devstat_end_transaction(softc->device_stats,
942 devstat_end_transaction(softc->device_stats,
962 devstat_end_transaction(softc->device_stats,
969 devstat_end_transaction(softc->device_stats, 0,
2262 softc->device_stats);
H A Dscsi_targ_bh.c90 struct devstat device_stats; member in struct:targbh_softc
H A Dscsi_target.c101 struct devstat device_stats; member in struct:targ_softc

Completed in 125 milliseconds