Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_spc.c2108 spc_rsoc_encode_command_timeouts_descriptor(unsigned char *buf, u8 ctdp, in spc_rsoc_encode_command_timeouts_descriptor() argument
2111 if (!ctdp) in spc_rsoc_encode_command_timeouts_descriptor()
2123 spc_rsoc_encode_command_descriptor(unsigned char *buf, u8 ctdp, in spc_rsoc_encode_command_descriptor() argument
2132 buf[5] = (ctdp << 1) | descr->serv_action_valid; in spc_rsoc_encode_command_descriptor()
2135 td_size = spc_rsoc_encode_command_timeouts_descriptor(&buf[8], ctdp, in spc_rsoc_encode_command_descriptor()
2142 spc_rsoc_encode_one_command_descriptor(unsigned char *buf, u8 ctdp, in spc_rsoc_encode_one_command_descriptor() argument
2149 buf[1] = (ctdp << 7) | SCSI_SUPPORT_NOT_SUPPORTED; in spc_rsoc_encode_one_command_descriptor()
2153 buf[1] = (ctdp << 7) | SCSI_SUPPORT_FULL; in spc_rsoc_encode_one_command_descriptor()
2160 &buf[4 + descr->cdb_size], ctdp, descr); in spc_rsoc_encode_one_command_descriptor()
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1283 struct isst_pkg_ctdp ctdp; \
1297 &ctdp, desc, &ctdp.object); \
1301 &ctdp, desc, \
1302 &ctdp.object); \