Searched refs:hermon_fmrhdl_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_misc.h | 571 hermon_fmrhdl_t fmr_pool; 635 ibt_fmr_pool_attr_t *params, hermon_fmrhdl_t *fmrhdl); 636 int hermon_destroy_fmr_pool(hermon_state_t *state, hermon_fmrhdl_t fmrhdl); 637 int hermon_flush_fmr_pool(hermon_state_t *state, hermon_fmrhdl_t fmrhdl); 638 int hermon_register_physical_fmr(hermon_state_t *state, hermon_fmrhdl_t fmrhdl,
|
H A D | hermon_typedef.h | 119 typedef struct hermon_sw_fmr_s *hermon_fmrhdl_t; typedef
|
H A D | hermon_mr.h | 325 hermon_fmrhdl_t fmr_pool, hermon_mrhdl_t *mrhdl);
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 67 static void hermon_fmr_cleanup(hermon_fmrhdl_t pool); 2551 ibt_fmr_pool_attr_t *fmr_attr, hermon_fmrhdl_t *fmrpoolp) in hermon_create_fmr_pool() 2553 hermon_fmrhdl_t fmrpool; in hermon_create_fmr_pool() 2567 fmrpool = (hermon_fmrhdl_t)kmem_zalloc(sizeof (*fmrpool), sleep); in hermon_create_fmr_pool() 2656 hermon_destroy_fmr_pool(hermon_state_t *state, hermon_fmrhdl_t fmrpool) in hermon_destroy_fmr_pool() 2690 hermon_flush_fmr_pool(hermon_state_t *state, hermon_fmrhdl_t fmrpool) in hermon_flush_fmr_pool() 2709 hermon_register_physical_fmr(hermon_state_t *state, hermon_fmrhdl_t fmrpool, in hermon_register_physical_fmr() 2794 hermon_fmrhdl_t fmrpool; in hermon_deregister_fmr() 2871 hermon_fmr_cleanup(hermon_fmrhdl_t fmrpool) in hermon_fmr_cleanup()
|
H A D | hermon_ci.c | 2699 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_create_fmr_pool() 2741 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_destroy_fmr_pool() 2745 fmrpoolhdl = (hermon_fmrhdl_t)fmr_pool; in hermon_ci_destroy_fmr_pool() 2760 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_flush_fmr_pool() 2765 fmrpoolhdl = (hermon_fmrhdl_t)fmr_pool; in hermon_ci_flush_fmr_pool() 2784 hermon_fmrhdl_t fmrpoolhdl; in hermon_ci_register_physical_fmr() 2794 fmrpoolhdl = (hermon_fmrhdl_t)fmr_pool; in hermon_ci_register_physical_fmr()
|
H A D | hermon_mr.c | 444 hermon_fmrhdl_t fmr_pool, hermon_mrhdl_t *mrhdl) in hermon_mr_alloc_fmr()
|