Searched refs:rctd (Results 1 – 2 of 2) sorted by relevance
2241 u8 rctd = (cdb[2] >> 7) & 0x1; in spc_emulate_report_supp_op_codes() local2259 response_length = 4 + (8 + rctd * 12) * descr_num; in spc_emulate_report_supp_op_codes()2266 response_length = 4 + descr->cdb_size + rctd * 12; in spc_emulate_report_supp_op_codes()2287 &buf[response_length], rctd, descr); in spc_emulate_report_supp_op_codes()2292 &buf[response_length], rctd, descr, in spc_emulate_report_supp_op_codes()
2494 bool rctd; in resp_rsup_opcodes() local2505 rctd = !!(cmd[2] & 0x80); in resp_rsup_opcodes()2526 bump = rctd ? 20 : 8; in resp_rsup_opcodes()2534 if (rctd) in resp_rsup_opcodes()2539 if (rctd) in resp_rsup_opcodes()2552 if (rctd) in resp_rsup_opcodes()2558 if (rctd) in resp_rsup_opcodes()2625 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()2626 if (rctd) { in resp_rsup_opcodes()