Searched refs:hermon_hw_dmpt_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 178 hermon_hw_dmpt_t mpt_entry; in hermon_mr_register_shared() 348 bzero(&mpt_entry, sizeof (hermon_hw_dmpt_t)); in hermon_mr_register_shared() 372 sizeof (hermon_hw_dmpt_t), mpt->hr_indx, sleep); in hermon_mr_register_shared() 447 hermon_hw_dmpt_t mpt_entry; in hermon_mr_alloc_fmr() 561 bzero(&mpt_entry, sizeof (hermon_hw_dmpt_t)); in hermon_mr_alloc_fmr() 593 sizeof (hermon_hw_dmpt_t), mpt->hr_indx, sleep); in hermon_mr_alloc_fmr() 991 hermon_hw_dmpt_t mpt_entry; in hermon_mr_query() 1009 mr->mr_lkey >> 8, &mpt_entry, sizeof (hermon_hw_dmpt_t), in hermon_mr_query() 1228 hermon_hw_dmpt_t mpt_entry; in hermon_mw_alloc() 1297 bzero(&mpt_entry, sizeof (hermon_hw_dmpt_t)); in hermon_mw_alloc() [all …]
|
H A D | hermon_srq.c | 594 hermon_hw_dmpt_t mpt_entry; in hermon_srq_modify() 728 bzero(&mpt_entry, sizeof (hermon_hw_dmpt_t)); in hermon_srq_modify()
|
H A D | hermon_cmd.c | 3434 hermon_modify_mpt_cmd_post(hermon_state_t *state, hermon_hw_dmpt_t *mpt, in hermon_modify_mpt_cmd_post() 3453 size = sizeof (hermon_hw_dmpt_t); in hermon_modify_mpt_cmd_post()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_typedef.h | 73 typedef struct hermon_hw_dmpt_s hermon_hw_dmpt_t; typedef
|
H A D | hermon_cmd.h | 844 int hermon_modify_mpt_cmd_post(hermon_state_t *state, hermon_hw_dmpt_t *mpt,
|