Searched refs:i_hca_regs_map_free (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c107 static void i_hca_regs_map_free(struct i_hca_fm *, ddi_acc_handle_t *);
796 * This is a wrapper function of i_hca_regs_map_free() for Hermon FM so
797 * that it calls i_hca_regs_map_free() inside after it checks the
800 * directly instead. See i_hca_regs_map_free() in detail.
822 i_hca_regs_map_free(state->hs_fm_hca_fm, handle);
2042 * i_hca_regs_map_free(struct i_hca_fm *hca_fm, ddi_acc_handle_t *handlep)
2057 * i_hca_regs_map_free() can be called in user or kernel context only.
2059 * Note that the handle passed to i_hca_regs_map_free() is NULL-cleared
2063 i_hca_regs_map_free(struct i_hca_fm *hca_fm, ddi_acc_handle_t *handle) function

Completed in 46 milliseconds