Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
HDdpt_scsi.c488 cp->cp_scsi_cmd = INQUIRY; in dpt_get_conf()
601 cp->cp_scsi_cmd = EATA_CMD_DMA_SEND_CP; in dpt_detect_cache()
1798 ccb->cp_scsi_cmd = 0; /* Should be ignored */
1909 cp->cp_scsi_cmd = command;
1949 dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd]++;
2026 dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd]++;
2065 switch (ccb->eata_ccb.cp_scsi_cmd) {
2092 dpt->unit, scsi_cmd_name(ccb->eata_ccb.cp_scsi_cmd));
2381 ++dpt->performance.command_count[ccb->eata_ccb.cp_scsi_cmd];
2529 #define cmd_name scsi_cmd_name(ccb->eata_ccb.cp_scsi_cmd)
HDdpt.h641 #define cp_scsi_cmd cp_w.x.x_scsi_cmd macro