Home
last modified time | relevance | path

Searched refs:hca_pdhdl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c69 ibt_pd_hdl_t hca_pdhdl, ibt_rc_chan_alloc_args_t *cargs);
541 sq_size, rq_size, hca->hca_pdhdl, &chanargs); in iser_ib_alloc_rc_channel()
1324 &hca->hca_pdhdl); in iser_ib_alloc_hca()
1361 status = ibt_free_pd(hca->hca_hdl, hca->hca_pdhdl); in iser_ib_free_hca()
1385 status = ibt_alloc_pd(hca->hca_hdl, IBT_PD_NO_FLAGS, &hca->hca_pdhdl); in iser_ib_free_hca()
1578 ibt_pd_hdl_t hca_pdhdl, ibt_rc_chan_alloc_args_t *cargs) in iser_ib_setup_chanargs() argument
1610 cargs->rc_pd = hca_pdhdl; in iser_ib_setup_chanargs()
H A Diser_resource.c568 status = ibt_register_mr(hca->hca_hdl, hca->hca_pdhdl, &mr_attr, in iser_reg_mem()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c275 &hcap->hca_pdhdl); in rdsib_init_hca()
412 ret = ibt_free_pd(hcap->hca_hdl, hcap->hca_pdhdl); in rdsib_deinitialize_ib()
1349 chanargs.rc_pd = hcap->hca_pdhdl; in rds_ep_alloc_rc_channel()
1508 ret = ibt_register_mr(hcap->hca_hdl, hcap->hca_pdhdl, &mem_attr, in rdsib_add_hca()
1663 ASSERT(hcap->hca_pdhdl != NULL); in rdsib_del_hca()
1666 ret = ibt_free_pd(hcap->hca_hdl, hcap->hca_pdhdl); in rdsib_del_hca()
1681 hcap->hca_pdhdl = NULL; in rdsib_del_hca()
1760 chanargs.rc_pd = hcap->hca_pdhdl; in rds_randomize_qps()
H A Drdsib_buf.c251 ret = ibt_register_mr(hcap->hca_hdl, hcap->hca_pdhdl, in rds_init_recv_caches()
458 ret = ibt_register_mr(hcap->hca_hdl, hcap->hca_pdhdl, in rds_init_send_pool()
479 ret = ibt_register_mr(hcap->hca_hdl, hcap->hca_pdhdl, in rds_init_send_pool()
608 ret = ibt_register_mr(hcap->hca_hdl, hcap->hca_pdhdl, in rds_reinit_send_pool()
625 ret = ibt_register_mr(hcap->hca_hdl, hcap->hca_pdhdl, in rds_reinit_send_pool()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ib.h161 ibt_pd_hdl_t hca_pdhdl; member
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h59 ibt_pd_hdl_t hca_pdhdl; member