Searched refs:srpt_iu_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.h | 62 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 D | srpt_ch.c | 63 static void srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu); 341 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() [all …]
|
H A D | srpt_ioc.h | 52 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 D | srpt_impl.h | 243 } srpt_iu_t; typedef 356 srpt_iu_t *ioc_iu_pool; 405 srpt_iu_t *db_iu;
|
H A D | srpt_stp.c | 528 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 D | srpt_ch.h | 52 ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
|
H A D | srpt_ioc.c | 432 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()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | srp.d | 145 translator srp_taskinfo_t < srpt_iu_t *P > {
|