Searched refs:cp_cdb (Results 1 – 2 of 2) sorted by relevance
634 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()1989 cp->cp_cdb[1] = (u_int8_t) (mode & SCSI_TM_MODE_MASK);1991 cp->cp_cdb[2] = 0x00; /* Buffer Id, only 1 :-( */1992 cp->cp_cdb[3] = (length >> 16) & 0xFF; /* Buffer offset MSB */1993 cp->cp_cdb[4] = (length >> 8) & 0xFF;[all …]
634 #define cp_cdb cp_w.z macro