Home
last modified time | relevance | path

Searched refs:TF_READ_DATA (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstmf.h172 #define TF_READ_DATA 0x40 macro
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c885 if (task->task_flags & TF_READ_DATA) { in srpt_stp_send_status()
897 if (task->task_flags & TF_READ_DATA) { in srpt_stp_send_status()
H A Dsrpt_ch.c986 iu->iu_stmf_task->task_flags |= TF_READ_DATA; in srpt_ch_srp_cmd()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2455 fct_task->task_flags |= TF_READ_DATA;
2713 if ((fct_task->task_flags & TF_READ_DATA) &&
/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c2062 (((iscsi_scsi->flags & ISCSI_FLAG_CMD_READ) ? TF_READ_DATA : 0) | in iscsit_post_scsi_cmd()