Searched refs:ia_fd (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_util.c | 77 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 D | dapl_tavor_ibtf_qp.c | 71 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 D | dapl_tavor_ibtf_cm.c | 178 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 D | dapl_tavor_ibtf_mrsync.c | 79 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 D | dapl_tavor_hca.c | 565 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 D | dapl_tavor_ibtf_impl.h | 44 int ia_fd; /* fd corresponding to the IA */ member
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | ipc_action.c | 52 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 D | ipc_action.h | 51 int ia_fd; /* ipc channel descriptor */ member
|
H A D | bound.c | 74 if (dsmp->dsm_ia.ia_fd != -1) in bound_event_cb()
|
H A D | agent.c | 473 ia.ia_fd = fd; in ipc_event()
|
H A D | states.c | 745 if (dsmp->dsm_ia.ia_fd != -1) in finished_smach()
|