Searched refs:hermon_bind_info_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_mr.h | 169 } hermon_bind_info_t; typedef 203 hermon_bind_info_t mr_bindinfo; 299 int hermon_mr_mtt_bind(hermon_state_t *state, hermon_bind_info_t *bind, 302 int hermon_mr_mtt_unbind(hermon_state_t *state, hermon_bind_info_t *bind,
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 63 hermon_bind_info_t *bind, hermon_mrhdl_t *mrhdl, hermon_mr_options_t *op, 66 hermon_pdhdl_t pd, hermon_bind_info_t *bind, hermon_mrhdl_t *mrhdl_new, 69 hermon_bind_info_t *bind, hermon_mr_options_t *op, uint64_t *mtt_addr, 72 hermon_bind_info_t *bind, uint_t *mtt_pgsize); 73 static int hermon_mr_mem_bind(hermon_state_t *state, hermon_bind_info_t *bind, 76 hermon_bind_info_t *bind); 78 hermon_bind_info_t *bind, uint32_t mtt_pgsize_bits); 107 hermon_bind_info_t bind; in hermon_mr_register() 138 hermon_bind_info_t bind; in hermon_mr_register_buf() 180 hermon_bind_info_t *bind; in hermon_mr_register_shared() [all …]
|
H A D | hermon_srq.c | 590 hermon_bind_info_t bind; in hermon_srq_modify() 591 hermon_bind_info_t old_bind; in hermon_srq_modify() 689 bzero(&bind, sizeof (hermon_bind_info_t)); in hermon_srq_modify() 807 sizeof (hermon_bind_info_t)); in hermon_srq_modify() 813 bcopy(&bind, &srq->srq_mrhdl->mr_bindinfo, sizeof (hermon_bind_info_t)); in hermon_srq_modify()
|