Searched refs:ibc_pd_hdl_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibci.h | 56 typedef struct ibc_pd_s *ibc_pd_hdl_t; /* Protection Domain Handle */ typedef 207 ibc_pd_hdl_t *pd_p); 208 ibt_status_t (*ibc_free_pd)(ibc_hca_hdl_t hca, ibc_pd_hdl_t pd); 217 ibc_pd_hdl_t pd, ibt_adds_vect_t *attr_p, ibc_ah_hdl_t *ah_p); 220 ibc_pd_hdl_t *pd_p, ibt_adds_vect_t *attr_p); 274 ibt_status_t (*ibc_register_mr)(ibc_hca_hdl_t hca, ibc_pd_hdl_t pd, 277 ibt_status_t (*ibc_register_buf)(ibc_hca_hdl_t hca, ibc_pd_hdl_t pd, 281 ibc_mr_hdl_t mr, ibc_pd_hdl_t pd, ibt_smr_attr_t *attr_p, 287 ibc_pd_hdl_t pd, ibt_mr_attr_t *attr_p, void *ibtl_reserved, 290 ibc_pd_hdl_t pd, ibt_smr_attr_t *attrp, struct buf *buf, [all …]
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 56 ibc_pd_hdl_t *); 57 static ibt_status_t hermon_ci_free_pd(ibc_hca_hdl_t, ibc_pd_hdl_t); 66 ibc_pd_hdl_t, ibt_adds_vect_t *, ibc_ah_hdl_t *); 69 ibc_pd_hdl_t *, ibt_adds_vect_t *); 117 static ibt_status_t hermon_ci_register_mr(ibc_hca_hdl_t, ibc_pd_hdl_t, 119 static ibt_status_t hermon_ci_register_buf(ibc_hca_hdl_t, ibc_pd_hdl_t, 122 ibc_mr_hdl_t, ibc_pd_hdl_t, ibt_smr_attr_t *, void *, 128 ibc_pd_hdl_t, ibt_mr_attr_t *, void *, ibc_mr_hdl_t *, 131 ibc_pd_hdl_t, ibt_smr_attr_t *, struct buf *, void *, ibc_mr_hdl_t *, 134 static ibt_status_t hermon_ci_register_dma_mr(ibc_hca_hdl_t, ibc_pd_hdl_t, [all …]
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ci.c | 53 ibc_pd_hdl_t *); 54 static ibt_status_t tavor_ci_free_pd(ibc_hca_hdl_t, ibc_pd_hdl_t); 63 ibc_pd_hdl_t, ibt_adds_vect_t *, ibc_ah_hdl_t *); 66 ibc_pd_hdl_t *, ibt_adds_vect_t *); 112 static ibt_status_t tavor_ci_register_mr(ibc_hca_hdl_t, ibc_pd_hdl_t, 114 static ibt_status_t tavor_ci_register_buf(ibc_hca_hdl_t, ibc_pd_hdl_t, 117 ibc_mr_hdl_t, ibc_pd_hdl_t, ibt_smr_attr_t *, void *, 123 ibc_pd_hdl_t, ibt_mr_attr_t *, void *, ibc_mr_hdl_t *, 126 ibc_pd_hdl_t, ibt_smr_attr_t *, struct buf *, void *, ibc_mr_hdl_t *, 129 static ibt_status_t tavor_ci_register_dma_mr(ibc_hca_hdl_t, ibc_pd_hdl_t, [all …]
|
/titanic_44/usr/src/uts/common/sys/ib/ibtl/impl/ |
H A D | ibtl.h | 355 ibc_pd_hdl_t qp_pd_hdl; /* CI PD Hdl */
|