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

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c79 struct devstat *device_stats; member in struct:pt_softc
296 softc->device_stats = devstat_new_entry("pt",
351 devstat_remove_entry(softc->device_stats);
438 devstat_start_transaction_bio(softc->device_stats, bp);
553 biofinish(bp, softc->device_stats, 0);
H A Dscsi_ch.c151 struct devstat *device_stats; member in struct:ch_softc
316 devstat_remove_entry(softc->device_stats);
412 softc->device_stats = devstat_new_entry("ch",
920 softc->device_stats);
983 softc->device_stats);
1029 softc->device_stats);
1271 softc->device_stats);
1339 softc->device_stats);
1445 softc->device_stats);
1532 softc->device_stats);
[all...]
H A Dscsi_sg.c103 struct devstat *device_stats; member in struct:sg_softc
248 devstat_remove_entry(softc->device_stats);
340 softc->device_stats = devstat_new_entry("sg",
412 devstat_end_transaction(softc->device_stats,
914 softc->device_stats);
929 devstat_start_transaction(softc->device_stats, NULL);
H A Dscsi_sa.c328 struct devstat *device_stats; member in struct:sa_softc
2226 devstat_remove_entry(softc->device_stats);
2436 softc->device_stats = devstat_new_entry("sa", periph->unit_number, 0,
2712 devstat_start_transaction_bio(softc->device_stats, bp);
2861 biofinish(bp, softc->device_stats, 0);
2899 softc->device_stats);
2905 softc->device_stats);
2926 softc->device_stats);
2947 softc->device_stats);
2956 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);
611 softc->device_stats = devstat_new_entry("pass",
869 devstat_start_transaction(softc->device_stats,
934 devstat_end_transaction(softc->device_stats,
944 devstat_end_transaction(softc->device_stats,
964 devstat_end_transaction(softc->device_stats,
971 devstat_end_transaction(softc->device_stats, 0,
2260 softc->device_stats);
H A Dscsi_targ_bh.c88 struct devstat device_stats; member in struct:targbh_softc
H A Dscsi_target.c99 struct devstat device_stats; member in struct:targ_softc
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-mgmt.h116 xge_hal_mgmt_device_stats_t *device_stats, int size);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c428 * @device_stats: HAL device "soft" statistics. Maintained by HAL itself.
433 * @size: Size of the @device_stats buffer. HAL will return an error
446 xge_hal_mgmt_device_stats_t *device_stats, int size)
465 xge_os_memcpy(device_stats, device_info,
445 xge_hal_mgmt_device_stats(xge_hal_device_h devh, xge_hal_mgmt_device_stats_t *device_stats, int size) argument

Completed in 212 milliseconds