Home
last modified time | relevance | path

Searched refs:ia_fd (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c77 int ia_fd; in dapls_ib_cq_alloc() local
113 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd; in dapls_ib_cq_alloc()
121 retval = ioctl(ia_fd, DAPL_EVD_CREATE, &create_msg); in dapls_ib_cq_alloc()
180 retval = ioctl(ia_fd, DAPL_EVD_FREE, &free_msg); in dapls_ib_cq_alloc()
285 int ia_fd; in dapli_ib_cq_resize_internal() local
325 ia_fd = hca_ptr->ib_hca_handle->ia_fd; in dapli_ib_cq_resize_internal()
335 retval = ioctl(ia_fd, DAPL_CQ_RESIZE, &resize_msg); in dapli_ib_cq_resize_internal()
441 retval = ioctl(ia_ptr->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_cq_free()
573 retval = ioctl(hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_cqd_destroy()
622 retval = ioctl(ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_pd_alloc()
[all …]
H A Ddapl_tavor_ibtf_qp.c71 int ia_fd; in dapli_get_dto_cq() local
97 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd; in dapli_get_dto_cq()
100 retval = ioctl(ia_fd, DAPL_EVD_CREATE, &create_msg); in dapli_get_dto_cq()
170 int ia_fd; in dapls_ib_qp_alloc() local
183 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd; in dapls_ib_qp_alloc()
277 retval = ioctl(ia_fd, DAPL_EP_CREATE, &ep_args); in dapls_ib_qp_alloc()
307 retval = ioctl(ia_fd, DAPL_EP_FREE, &epf_args); in dapls_ib_qp_alloc()
445 retval = ioctl(ib_hca_handle->ia_fd, DAPL_EP_FREE, &args); in dapls_ib_qp_free()
500 int ia_fd; in dapls_ib_qp_modify() local
559 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd; in dapls_ib_qp_modify()
[all …]
H A Ddapl_tavor_ibtf_cm.c178 retval = ioctl(ep_p->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_connect()
228 retval = ioctl(ep_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_disconnect()
339 if (ioctl(hca_hndl->ia_fd, DAPL_EP_REINIT, &reinit_args) != 0) { in dapls_ib_reinit_ep()
433 retval = ioctl(hca_hdl->ia_fd, DAPL_SERVICE_REGISTER, &args); in dapls_ib_setup_conn_listener()
489 retval = ioctl(hca_hdl->ia_fd, DAPL_SERVICE_DEREGISTER, &args); in dapls_ib_remove_conn_listener()
537 sp_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_reject_connection()
540 retval = ioctl(sp_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_reject_connection()
591 cr_p->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_accept_connection()
602 retval = ioctl(cr_p->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_accept_connection()
669 cr_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_handoff_connection()
[all …]
H A Ddapl_tavor_ibtf_mrsync.c79 retval = ioctl(ia_ptr->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_lmr_sync_rdma_common()
92 retval = ioctl(ia_ptr->hca_ptr->ib_hca_handle->ia_fd, in dapls_ib_lmr_sync_rdma_common()
H A Ddapl_tavor_hca.c565 hca_p->ia_fd = fd; in dapls_ib_open_hca()
575 hca_p, hca_p->ia_fd, hca_p->ia_rnum, hca_ptr->node_GUID, in dapls_ib_open_hca()
608 ib_hca_handle, ib_hca_handle->ia_fd, ib_hca_handle->ia_rnum); in dapls_ib_close_hca()
610 (void) close(ib_hca_handle->ia_fd); in dapls_ib_close_hca()
H A Ddapl_tavor_ibtf_impl.h44 int ia_fd; /* fd corresponding to the IA */ member
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c52 ia->ia_fd = -1; in ipc_action_init()
72 if (ia->ia_fd != -1 || ia->ia_tid != -1 || iareq->ia_fd == -1) { in ipc_action_start()
135 if (dsmp->dsm_ia.ia_fd == -1) { in ipc_action_finish()
249 if (ia->ia_fd == -1 || ia->ia_request == NULL) in send_data_reply()
257 } else if ((retval = dhcp_ipc_send_reply(ia->ia_fd, reply)) != 0) { in send_data_reply()
271 (void) dhcp_ipc_close(ia->ia_fd); in send_data_reply()
273 ia->ia_fd = -1; in send_data_reply()
H A Dipc_action.h51 int ia_fd; /* ipc channel descriptor */ member
H A Dbound.c74 if (dsmp->dsm_ia.ia_fd != -1) in bound_event_cb()
H A Dagent.c473 ia.ia_fd = fd; in ipc_event()
H A Dstates.c745 if (dsmp->dsm_ia.ia_fd != -1) in finished_smach()