Home
last modified time | relevance | path

Searched refs:cp_cdb (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/dpt/
Ddpt_scsi.c634 cp->cp_cdb[0] = 0x4d; in dpt_detect_cache()
635 cp->cp_cdb[1] = 0x0; in dpt_detect_cache()
636 cp->cp_cdb[2] = 0x40 | 0x33; in dpt_detect_cache()
637 cp->cp_cdb[7] = 1; in dpt_detect_cache()
895 eccb->cp_cdb, csio->cdb_len); in dpt_action()
905 eccb->cp_cdb, csio->cdb_len); in dpt_action()
1990 cp->cp_cdb[1] = (u_int8_t) (mode & SCSI_TM_MODE_MASK);
1992 cp->cp_cdb[2] = 0x00; /* Buffer Id, only 1 :-( */
1993 cp->cp_cdb[3] = (length >> 16) & 0xFF; /* Buffer offset MSB */
1994 cp->cp_cdb[4] = (length >> 8) & 0xFF;
[all …]
Ddpt.h634 #define cp_cdb cp_w.z macro
/freebsd-10-stable/sys/dev/asr/
Dosd_unix.h373 uCHAR cp_cdb[12]; /* SCSI cdb for command. */ member