Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_spc.c2257 u8 rctd = (cdb[2] >> 7) & 0x1; in spc_emulate_report_supp_op_codes() local
2275 response_length = 4 + (8 + rctd * 12) * descr_num; in spc_emulate_report_supp_op_codes()
2282 response_length = 4 + descr->cdb_size + rctd * 12; in spc_emulate_report_supp_op_codes()
2303 &buf[response_length], rctd, descr); in spc_emulate_report_supp_op_codes()
2308 &buf[response_length], rctd, descr, in spc_emulate_report_supp_op_codes()
/linux/drivers/scsi/
H A Dscsi_debug.c2488 bool rctd; in resp_rsup_opcodes() local
2499 rctd = !!(cmd[2] & 0x80); in resp_rsup_opcodes()
2520 bump = rctd ? 20 : 8; in resp_rsup_opcodes()
2528 if (rctd) in resp_rsup_opcodes()
2533 if (rctd) in resp_rsup_opcodes()
2546 if (rctd) in resp_rsup_opcodes()
2552 if (rctd) in resp_rsup_opcodes()
2619 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()
2620 if (rctd) { in resp_rsup_opcodes()