Home
last modified time | relevance | path

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

/drivers/target/
A Dtarget_core_spc.c2204 u8 rctd = (cdb[2] >> 7) & 0x1; in spc_emulate_report_supp_op_codes() local
2222 response_length = 4 + (8 + rctd * 12) * descr_num; in spc_emulate_report_supp_op_codes()
2229 response_length = 4 + descr->cdb_size + rctd * 12; in spc_emulate_report_supp_op_codes()
2250 &buf[response_length], rctd, descr); in spc_emulate_report_supp_op_codes()
2255 &buf[response_length], rctd, descr, in spc_emulate_report_supp_op_codes()
/drivers/scsi/
A Dscsi_debug.c2497 bool rctd; in resp_rsup_opcodes() local
2508 rctd = !!(cmd[2] & 0x80); in resp_rsup_opcodes()
2529 bump = rctd ? 20 : 8; in resp_rsup_opcodes()
2537 if (rctd) in resp_rsup_opcodes()
2542 if (rctd) in resp_rsup_opcodes()
2555 if (rctd) in resp_rsup_opcodes()
2561 if (rctd) in resp_rsup_opcodes()
2628 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()
2629 if (rctd) { in resp_rsup_opcodes()

Completed in 29 milliseconds