Home
last modified time | relevance | path

Searched refs:srpt_iu_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.h62 ibt_status_t srpt_stp_send_response(srpt_iu_t *iu, uint8_t scsi_status,
65 ibt_status_t srpt_stp_send_mgmt_response(srpt_iu_t *iu, uint8_t srp_rsp,
67 void srpt_stp_add_task(srpt_session_t *session, srpt_iu_t *iu);
68 void srpt_stp_remove_task(srpt_session_t *session, srpt_iu_t *iu);
H A Dsrpt_ch.c341 srpt_iu_t *iu; in srpt_ch_cleanup()
342 srpt_iu_t *next; in srpt_ch_cleanup()
396 iu = (srpt_iu_t *)(uintptr_t)wc.wc_id; in srpt_ch_cleanup()
457 srpt_ch_rsp_comp(srpt_channel_t *ch, srpt_iu_t *iu, in srpt_ch_rsp_comp()
522 srpt_iu_t *iu; in srpt_ch_data_comp()
584 ibt_wr_ds_t, &(dbuf->db_sge), srpt_iu_t, iu, in srpt_ch_data_comp()
666 srpt_ch_rsp_comp(ch, (srpt_iu_t *) in srpt_ch_scq_hdlr()
700 srpt_iu_t *iu; in srpt_ch_rcq_hdlr()
783 iu = (srpt_iu_t *)(uintptr_t)wcp->wc_id; in srpt_ch_rcq_hdlr()
802 srpt_ch_srp_cmd(srpt_channel_t *ch, srpt_iu_t *iu) in srpt_ch_srp_cmd()
[all …]
H A Dsrpt_ioc.h52 ibt_status_t srpt_ioc_post_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu);
53 void srpt_ioc_repost_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu);
H A Dsrpt_impl.h247 } srpt_iu_t; typedef
360 srpt_iu_t *ioc_iu_pool;
409 srpt_iu_t *db_iu;
H A Dsrpt_stp.c528 srpt_iu_t *iu; in srpt_stp_xfer_data()
644 ibt_wr_ds_t, &(db->db_sge), srpt_iu_t, iu, in srpt_stp_xfer_data()
705 srpt_stp_send_mgmt_response(srpt_iu_t *iu, uint8_t srp_rsp, in srpt_stp_send_mgmt_response()
758 srpt_stp_send_response(srpt_iu_t *iu, uint8_t scsi_status, in srpt_stp_send_response()
831 srpt_iu_t *iu; in srpt_stp_send_status()
942 srpt_iu_t *iu; in srpt_stp_task_free()
984 srpt_iu_t *iu; in srpt_stp_abort()
993 iu = (srpt_iu_t *)task->task_port_private; in srpt_stp_abort()
1274 list_create(&ss->ss_task_list, sizeof (srpt_iu_t), in srpt_stp_alloc_session()
1275 offsetof(srpt_iu_t, iu_ss_task_node)); in srpt_stp_alloc_session()
[all …]
H A Dsrpt_ch.h52 ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
H A Dsrpt_ioc.c432 srpt_iu_t *iu; in srpt_ioc_init()
512 ioc->ioc_iu_pool = kmem_zalloc(sizeof (srpt_iu_t) * in srpt_ioc_init()
612 sizeof (srpt_iu_t) * ioc->ioc_num_iu_entries); in srpt_ioc_init()
695 sizeof (srpt_iu_t) * (ioc->ioc_num_iu_entries)); in srpt_ioc_fini()
1157 srpt_ioc_post_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu) in srpt_ioc_post_recv_iu()
1183 srpt_ioc_repost_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu) in srpt_ioc_repost_recv_iu()
1301 srpt_iu_t *iu; in srpt_ioc_ds_alloc_dbuf()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d145 translator srp_taskinfo_t < srpt_iu_t *P > {