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 Dhermon_mr.h131 * The hermon_bind_info_t structure is used internally by the Hermon driver to
145 * Upon return from hermon_mr_mem_bind(), the hermon_bind_info_t struct will
150 * Once initialized and used in this way, the hermon_bind_info_t will not to be
169 } hermon_bind_info_t; typedef in typeref:struct:hermon_bind_info_s
188 * In addition it contains the hermon_bind_info_t struct used for the memory
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 Dhermon_mr.c63 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;
138 hermon_bind_info_t bind;
180 hermon_bind_info_t *bin
[all...]
H A Dhermon_srq.c590 hermon_bind_info_t bind;
591 hermon_bind_info_t old_bind;
689 bzero(&bind, sizeof (hermon_bind_info_t));
807 sizeof (hermon_bind_info_t));
813 bcopy(&bind, &srq->srq_mrhdl->mr_bindinfo, sizeof (hermon_bind_info_t));

Completed in 80 milliseconds