Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/dpt/
Ddpt_scsi.c512 cp->cp_scsi_cmd = INQUIRY; in dpt_get_conf()
622 cp->cp_scsi_cmd = EATA_CMD_DMA_SEND_CP; in dpt_detect_cache()
1884 ccb->cp_scsi_cmd = 0; /* Should be ignored */
1993 cp->cp_scsi_cmd = command;
2033 dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd]++;
2103 dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd]++;
2141 switch (ccb->eata_ccb.cp_scsi_cmd) {
2169 scsi_cmd_name(ccb->eata_ccb.cp_scsi_cmd));
2455 ++dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd];
2592 #define cmd_name scsi_cmd_name(ccb->eata_ccb.cp_scsi_cmd)
Ddpt.h635 #define cp_scsi_cmd cp_w.x.x_scsi_cmd macro