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

/opensolaris-onvv-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_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_ch.h52 ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
H A Dsrpt_ch.c63 static void srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu);
341 srpt_iu_t *iu;
342 srpt_iu_t *next;
396 iu = (srpt_iu_t *)(uintptr_t)wc.wc_id;
457 srpt_ch_rsp_comp(srpt_channel_t *ch, srpt_iu_t *iu,
522 srpt_iu_t *iu;
584 ibt_wr_ds_t, &(dbuf->db_sge), srpt_iu_t, iu,
666 srpt_ch_rsp_comp(ch, (srpt_iu_t *)
700 srpt_iu_t *iu;
783 iu = (srpt_iu_t *)(uintptr_
[all...]
H A Dsrpt_impl.h243 } srpt_iu_t; typedef in typeref:struct:srpt_iu_s
356 srpt_iu_t *ioc_iu_pool;
405 srpt_iu_t *db_iu;
H A Dsrpt_stp.c528 srpt_iu_t *iu;
644 ibt_wr_ds_t, &(db->db_sge), srpt_iu_t, iu,
705 srpt_stp_send_mgmt_response(srpt_iu_t *iu, uint8_t srp_rsp,
758 srpt_stp_send_response(srpt_iu_t *iu, uint8_t scsi_status,
831 srpt_iu_t *iu;
942 srpt_iu_t *iu;
984 srpt_iu_t *iu;
993 iu = (srpt_iu_t *)task->task_port_private;
1274 list_create(&ss->ss_task_list, sizeof (srpt_iu_t),
1275 offsetof(srpt_iu_t, iu_ss_task_nod
[all...]
H A Dsrpt_ioc.c432 srpt_iu_t *iu;
512 ioc->ioc_iu_pool = kmem_zalloc(sizeof (srpt_iu_t) *
612 sizeof (srpt_iu_t) * ioc->ioc_num_iu_entries);
695 sizeof (srpt_iu_t) * (ioc->ioc_num_iu_entries));
1157 srpt_ioc_post_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu)
1183 srpt_ioc_repost_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu)
1301 srpt_iu_t *iu;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d145 translator srp_taskinfo_t < srpt_iu_t *P > {

Completed in 98 milliseconds