Home
last modified time | relevance | path

Searched refs:stmf_post_task (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_msg.c377 stmf_post_task(task, pbuf->pbuf_stmf_buf); in pppt_msg_scsi_cmd()
379 stmf_post_task(task, NULL); in pppt_msg_scsi_cmd()
/titanic_41/usr/src/uts/common/sys/
H A Dstmf.h366 void stmf_post_task(scsi_task_t *task, stmf_data_buf_t *dbuf);
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c1038 stmf_post_task(iu->iu_stmf_task, NULL); in srpt_ch_srp_cmd()
1253 stmf_post_task(iu->iu_stmf_task, NULL); in srpt_ch_srp_task_mgmt()
/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c2162 stmf_post_task(task, ibuf->ibuf_stmf_buf); in iscsit_post_scsi_cmd()
2165 stmf_post_task(task, NULL); in iscsit_post_scsi_cmd()
2519 stmf_post_task(task, NULL); in iscsit_op_scsi_task_mgmt()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1790 stmf_post_task((scsi_task_t *)cmd->cmd_specific, dbuf); in fct_post_rcvd_cmd()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4433 stmf_post_task(scsi_task_t *task, stmf_data_buf_t *dbuf) in stmf_post_task() function