Home
last modified time | relevance | path

Searched defs:hca_hdl (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c108 ibt_register_buf(ibt_hca_hdl_t hca_hdl, ibt_pd_hdl_t pd, in ibt_register_buf()
144 ibt_query_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_hdl_t mr_hdl, in ibt_query_mr()
173 ibt_deregister_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_hdl_t mr_hdl) in ibt_deregister_mr()
271 ibt_reregister_buf(ibt_hca_hdl_t hca_hdl, ibt_mr_hdl_t mr_hdl, in ibt_reregister_buf()
360 ibt_sync_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_sync_t *mr_segments, in ibt_sync_mr()
433 ibt_query_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl, in ibt_query_mw()
459 ibt_free_mw(ibt_hca_hdl_t hca_hdl, ibt_mw_hdl_t mw_hdl) in ibt_free_mw()
531 ibt_unmap_mem_area(ibt_hca_hdl_t hca_hdl, ibt_ma_hdl_t ma_hdl) in ibt_unmap_mem_area()
593 ibt_unmap_mem_iov(ibt_hca_hdl_t hca_hdl, ibt_mi_hdl_t mi_hdl) in ibt_unmap_mem_iov()
714 ibt_register_phys_mr(ibt_hca_hdl_t hca_hdl, ibt_pd_hdl_t pd, in ibt_register_phys_mr()
[all …]
H A Dibtl_chan.c61 ibt_alloc_rc_channel(ibt_hca_hdl_t hca_hdl, ibt_chan_alloc_flags_t flags, in ibt_alloc_rc_channel()
399 ibt_alloc_ud_channel(ibt_hca_hdl_t hca_hdl, ibt_chan_alloc_flags_t flags, in ibt_alloc_ud_channel()
596 ibt_alloc_ud_channel_range(ibt_hca_hdl_t hca_hdl, uint_t log2, in ibt_alloc_ud_channel_range()
1027 ibt_alloc_ud_dest(ibt_hca_hdl_t hca_hdl, ibt_ud_dest_flags_t flags, in ibt_alloc_ud_dest()
1435 ibt_alloc_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_flags_t flags, ibt_pd_hdl_t *pd) in ibt_alloc_pd()
1475 ibt_free_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_hdl_t pd) in ibt_free_pd()
1518 ibt_alloc_ah(ibt_hca_hdl_t hca_hdl, ibt_ah_flags_t flags, ibt_pd_hdl_t pd, in ibt_alloc_ah()
1561 ibt_free_ah(ibt_hca_hdl_t hca_hdl, ibt_ah_hdl_t ah) in ibt_free_ah()
1599 ibt_query_ah(ibt_hca_hdl_t hca_hdl, ibt_ah_hdl_t ah, ibt_pd_hdl_t *pd, in ibt_query_ah()
1651 ibt_modify_ah(ibt_hca_hdl_t hca_hdl, ibt_ah_hdl_t ah, in ibt_modify_ah()
H A Dibtl_hca.c199 ibt_close_hca(ibt_hca_hdl_t hca_hdl) in ibt_close_hca()
296 ibtl_close_hca_check(ibt_hca_hdl_t hca_hdl) in ibtl_close_hca_check()
503 ibt_get_port_state(ibt_hca_hdl_t hca_hdl, uint8_t port, in ibt_get_port_state()
614 ibt_query_hca(ibt_hca_hdl_t hca_hdl, ibt_hca_attr_t *hca_attrs) in ibt_query_hca()
646 ibt_query_hca_ports(ibt_hca_hdl_t hca_hdl, uint8_t port, in ibt_query_hca_ports()
1111 ibt_modify_system_image(ibt_hca_hdl_t hca_hdl, ib_guid_t sys_guid) in ibt_modify_system_image()
1235 ibt_modify_port(ibt_hca_hdl_t hca_hdl, uint8_t port, in ibt_modify_port()
1435 ibt_pkey2index(ibt_hca_hdl_t hca_hdl, uint8_t port_num, ib_pkey_t pkey, in ibt_pkey2index()
1578 ibt_set_hca_private(ibt_hca_hdl_t hca_hdl, void *clnt_private) in ibt_set_hca_private()
1597 ibt_get_hca_private(ibt_hca_hdl_t hca_hdl) in ibt_get_hca_private()
[all …]
H A Dibtl_cq.c51 ibt_alloc_cq_sched(ibt_hca_hdl_t hca_hdl, ibt_cq_sched_attr_t *attr, in ibt_alloc_cq_sched()
70 ibt_free_cq_sched(ibt_hca_hdl_t hca_hdl, ibt_sched_hdl_t sched_hdl) in ibt_free_cq_sched()
85 ibt_alloc_cq(ibt_hca_hdl_t hca_hdl, ibt_cq_attr_t *cq_attr, in ibt_alloc_cq()
266 ibt_query_cq_handler_id(ibt_hca_hdl_t hca_hdl, in ibt_query_cq_handler_id()
H A Dibtl_srq.c48 ibt_alloc_srq(ibt_hca_hdl_t hca_hdl, ibt_srq_flags_t flags, ibt_pd_hdl_t pd, in ibt_alloc_srq()
H A Dibtl_qp.c104 ibt_alloc_qp(ibt_hca_hdl_t hca_hdl, ibt_qp_type_t type, in ibt_alloc_qp()
322 ibt_alloc_special_qp(ibt_hca_hdl_t hca_hdl, uint8_t port, ibt_sqp_type_t type, in ibt_alloc_special_qp()
H A Dibtl_handlers.c1471 ibt_hca_hdl_t hca_hdl; in ibtl_tell_client_about_new_hca() local
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c525 uverbs_async_qp_event_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in uverbs_async_qp_event_handler()
573 uverbs_async_cq_event_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in uverbs_async_cq_event_handler()
615 uverbs_async_srq_event_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in uverbs_async_srq_event_handler()
657 uverbs_async_unaff_event_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in uverbs_async_unaff_event_handler()
716 uverbs_async_event_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in uverbs_async_event_handler()
H A Dsol_uverbs_hca.c405 sol_uverbs_ibt_hdl_to_hca(ibt_hca_hdl_t hca_hdl) in sol_uverbs_ibt_hdl_to_hca()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c403 ib_hca_handle_t hca_hdl = ia_ptr->hca_ptr->ib_hca_handle; in dapls_ib_setup_conn_listener() local
473 ib_hca_handle_t hca_hdl = ia_ptr->hca_ptr->ib_hca_handle; in dapls_ib_remove_conn_listener() local
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c49 ibmf_ibt_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in ibmf_ibt_async_handler()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c880 ibt_hca_hdl_t hca_hdl; in rdsv3_ib_dma_unmap_sg_rdma() local
916 ibt_hca_hdl_t hca_hdl; in rdsv3_ib_dma_map_sg_rdma() local
H A Dib_rdma.c498 ibt_hca_hdl_t hca_hdl; in rdsv3_ib_drain_mrlist_fn() local
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c7481 ibt_hca_hdl_t hca_hdl; in daplka_ia_create() local
7788 daplka_rc_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in daplka_rc_async_handler()
7840 daplka_cq_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in daplka_cq_async_handler()
7891 daplka_un_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in daplka_un_async_handler()
7969 daplka_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in daplka_async_handler()
8327 daplka_ibt_alloc_cq(daplka_evd_resource_t *evd_rp, ibt_hca_hdl_t hca_hdl, in daplka_ibt_alloc_cq()
8379 daplka_ibt_alloc_pd(daplka_pd_resource_t *pd_rp, ibt_hca_hdl_t hca_hdl, in daplka_ibt_alloc_pd()
8412 daplka_ibt_free_pd(daplka_pd_resource_t *pd_rp, ibt_hca_hdl_t hca_hdl, in daplka_ibt_free_pd()
8432 daplka_ibt_alloc_mw(daplka_mw_resource_t *mw_rp, ibt_hca_hdl_t hca_hdl, in daplka_ibt_alloc_mw()
8466 daplka_ibt_free_mw(daplka_mw_resource_t *mw_rp, ibt_hca_hdl_t hca_hdl, in daplka_ibt_free_mw()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h527 #define IBTL_HCA2HCAGUID(hca_hdl) \ argument
529 #define IBTL_HCA2NPORTS(hca_hdl) \ argument
531 #define IBTL_HCA2SGIDTBLSZ(hca_hdl) \ argument
533 #define IBTL_HCA2PKEYTBLSZ(hca_hdl) \ argument
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ib.h160 ibt_hca_hdl_t hca_hdl; member
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdma.h50 ibt_hca_hdl_t hca_hdl; member
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h57 ibt_hca_hdl_t hca_hdl; member
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c478 eib_ibt_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in eib_ibt_async_handler()
H A Denx_ibt.c1145 ibt_hca_hdl_t hca_hdl; in eibnx_prepare_hca() local
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1550 iser_ib_setup_cq(ibt_hca_hdl_t hca_hdl, uint_t cq_size, ibt_cq_hdl_t *cq_hdl) in iser_ib_setup_cq()
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h226 ibt_hca_hdl_t hca_hdl; /* HCA handle */ member
H A Drpcib.c1462 rib_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, in rib_async_handler()
4871 rib_detach_hca(ibt_hca_hdl_t hca_hdl) in rib_detach_hca()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c2381 ibcm_async_handler(void *clnt_hdl, ibt_hca_hdl_t hca_hdl, in ibcm_async_handler()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c2126 ibt_hca_hdl_t hca_hdl, in umad_async_handler()

12