Searched defs:hca_pdhdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ib.h148 * hca_pdhdl - PD hdl
161 ibt_pd_hdl_t hca_pdhdl; member in struct:rds_hca_s
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h59 ibt_pd_hdl_t hca_pdhdl; member in struct:iser_hca_s
/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);
1324 &hca->hca_pdhdl);
1361 status = ibt_free_pd(hca->hca_hdl, hca->hca_pdhdl);
1385 status = ibt_alloc_pd(hca->hca_hdl, IBT_PD_NO_FLAGS, &hca->hca_pdhdl);
1578 ibt_pd_hdl_t hca_pdhdl, ibt_rc_chan_alloc_args_t *cargs)
1610 cargs->rc_pd = hca_pdhdl;
1576 iser_ib_setup_chanargs(uint8_t hca_port, ibt_cq_hdl_t scq_hdl, ibt_cq_hdl_t rcq_hdl, uint_t sq_size, uint_t rq_size, ibt_pd_hdl_t hca_pdhdl, ibt_rc_chan_alloc_args_t *cargs) argument

Completed in 214 milliseconds