Home
last modified time | relevance | path

Searched refs:task_mgmt_function (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c585 task->task_mgmt_function = TM_ABORT_TASK_SET; in fcoet_process_unsol_fcp_cmd()
587 task->task_mgmt_function = TM_CLEAR_TASK_SET; in fcoet_process_unsol_fcp_cmd()
589 task->task_mgmt_function = TM_LUN_RESET; in fcoet_process_unsol_fcp_cmd()
591 task->task_mgmt_function = TM_TARGET_COLD_RESET; in fcoet_process_unsol_fcp_cmd()
593 task->task_mgmt_function = TM_CLEAR_ACA; in fcoet_process_unsol_fcp_cmd()
595 task->task_mgmt_function = TM_ABORT_TASK; in fcoet_process_unsol_fcp_cmd()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d136 ti_function = ((scsi_task_t *)arg2)->task_mgmt_function;
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_msg.c353 task->task_mgmt_function = scmd->icsc_task_mgmt_function; in pppt_msg_scsi_cmd()
H A Dalua_ic_if.c657 if (!task->task_mgmt_function && task->task_lu->lu_id) { in stmf_ic_scsi_cmd_msg_alloc()
667 ASSERT(task->task_mgmt_function == TM_NONE); in stmf_ic_scsi_cmd_msg_alloc()
677 icsc->icsc_task_mgmt_function = task->task_mgmt_function; in stmf_ic_scsi_cmd_msg_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h125 uint8_t task_mgmt_function; /* If this is a TM request */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1666 if (task->task_mgmt_function != TM_NONE) { in iscsit_send_scsi_status()
1843 if (task->task_mgmt_function == TM_NONE) { in iscsit_lport_task_free()
1864 if (st->task_mgmt_function != TM_NONE) { in iscsit_abort()
2122 task->task_mgmt_function = TM_NONE; in iscsit_post_scsi_cmd()
2546 task->task_mgmt_function = tm_func; in iscsit_op_scsi_task_mgmt()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c1014 iu->iu_stmf_task->task_mgmt_function = TM_NONE; in srpt_ch_srp_cmd()
1239 iu->iu_stmf_task->task_mgmt_function = tm_fn; in srpt_ch_srp_task_mgmt()
H A Dsrpt_stp.c878 if (task->task_mgmt_function == 0) { in srpt_stp_send_status()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1908 if (task->task_mgmt_function) { in stmf_proxy_scsi_cmd()
4888 if (task->task_mgmt_function) { in stmf_post_task()
4889 tm = task->task_mgmt_function; in stmf_post_task()
6324 switch (task->task_mgmt_function) { in stmf_scsilib_handle_task_mgmt()
6877 if (task->task_mgmt_function) { in stmf_dlun0_new_task()
7087 if ((task->task_mgmt_function) && (itask->itask_flags & in stmf_dlun0_abort()
7089 switch (task->task_mgmt_function) { in stmf_dlun0_abort()
7131 ASSERT(task->task_mgmt_function); in stmf_dlun0_task_poll()
7133 switch (task->task_mgmt_function) { in stmf_dlun0_task_poll()
7252 if ((task->task_mgmt_function == TM_LUN_RESET) || in stmf_lun_reset_poll()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2479 fct_task->task_mgmt_function = TM_ABORT_TASK_SET; in emlxs_fct_handle_unsol_req()
2481 fct_task->task_mgmt_function = TM_CLEAR_TASK_SET; in emlxs_fct_handle_unsol_req()
2483 fct_task->task_mgmt_function = TM_LUN_RESET; in emlxs_fct_handle_unsol_req()
2485 fct_task->task_mgmt_function = TM_TARGET_COLD_RESET; in emlxs_fct_handle_unsol_req()
2487 fct_task->task_mgmt_function = TM_CLEAR_ACA; in emlxs_fct_handle_unsol_req()
2489 fct_task->task_mgmt_function = TM_ABORT_TASK; in emlxs_fct_handle_unsol_req()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5638 if (task->task_mgmt_function) { in qlt_send_status()
6298 task->task_mgmt_function = TM_ABORT_TASK_SET; in qlt_handle_atio()
6300 task->task_mgmt_function = TM_CLEAR_TASK_SET; in qlt_handle_atio()
6302 task->task_mgmt_function = TM_LUN_RESET; in qlt_handle_atio()
6304 task->task_mgmt_function = TM_TARGET_COLD_RESET; in qlt_handle_atio()
6306 task->task_mgmt_function = TM_CLEAR_ACA; in qlt_handle_atio()
6308 task->task_mgmt_function = TM_ABORT_TASK; in qlt_handle_atio()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c3321 if (task->task_mgmt_function) { in sbd_new_task()