Home
last modified time | relevance | path

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

/linux-6.15/drivers/target/
H 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()
/linux-6.15/drivers/scsi/
H A Dscsi_debug.c2453 bool rctd; in resp_rsup_opcodes() local
2463 rctd = !!(cmd[2] & 0x80); in resp_rsup_opcodes()
2491 bump = rctd ? 20 : 8; in resp_rsup_opcodes()
2500 if (rctd) in resp_rsup_opcodes()
2505 if (rctd) in resp_rsup_opcodes()
2514 if (rctd) in resp_rsup_opcodes()
2520 if (rctd) in resp_rsup_opcodes()
2583 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()
2584 if (rctd) { in resp_rsup_opcodes()