Home
last modified time | relevance | path

Searched refs:command_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/dpt/
H A Ddpt_scsi.c1916 dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd]++;
1986 dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd]++;
2338 ++dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd];
H A Ddpt.h945 u_int32_t command_count[256]; /* We assume MAX 256 SCSI commands */ member