Home
last modified time | relevance | path

Searched refs:ahhdl (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h504 ibt_adds_vect_t *attr_p, tavor_ahhdl_t *ahhdl, uint_t sleepflag);
505 int tavor_ah_free(tavor_state_t *state, tavor_ahhdl_t *ahhdl,
507 int tavor_ah_query(tavor_state_t *state, tavor_ahhdl_t ahhdl,
509 int tavor_ah_modify(tavor_state_t *state, tavor_ahhdl_t ahhdl,
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h646 ibt_adds_vect_t *attr_p, hermon_ahhdl_t *ahhdl, uint_t sleepflag);
647 int hermon_ah_free(hermon_state_t *state, hermon_ahhdl_t *ahhdl,
649 int hermon_ah_query(hermon_state_t *state, hermon_ahhdl_t ahhdl,
651 int hermon_ah_modify(hermon_state_t *state, hermon_ahhdl_t ahhdl,
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c543 hermon_ahhdl_t ahhdl; in hermon_ci_alloc_ah() local
552 status = hermon_ah_alloc(state, pdhdl, attr_p, &ahhdl, HERMON_NOSLEEP); in hermon_ci_alloc_ah()
558 *ah_p = (ibc_ah_hdl_t)ahhdl; in hermon_ci_alloc_ah()
573 hermon_ahhdl_t ahhdl; in hermon_ci_free_ah() local
578 ahhdl = (hermon_ahhdl_t)ah; in hermon_ci_free_ah()
581 status = hermon_ah_free(state, &ahhdl, HERMON_NOSLEEP); in hermon_ci_free_ah()
597 hermon_ahhdl_t ahhdl; in hermon_ci_query_ah() local
603 ahhdl = (hermon_ahhdl_t)ah; in hermon_ci_query_ah()
606 status = hermon_ah_query(state, ahhdl, &pdhdl, attr_p); in hermon_ci_query_ah()
627 hermon_ahhdl_t ahhdl; in hermon_ci_modify_ah() local
[all …]
H A Dhermon_rsrc.c2591 hermon_ahhdl_t ahhdl; in hermon_rsrc_ahhdl_constructor() local
2594 ahhdl = (hermon_ahhdl_t)ah; in hermon_rsrc_ahhdl_constructor()
2597 mutex_init(&ahhdl->ah_lock, NULL, MUTEX_DRIVER, in hermon_rsrc_ahhdl_constructor()
2611 hermon_ahhdl_t ahhdl; in hermon_rsrc_ahhdl_destructor() local
2613 ahhdl = (hermon_ahhdl_t)ah; in hermon_rsrc_ahhdl_destructor()
2615 mutex_destroy(&ahhdl->ah_lock); in hermon_rsrc_ahhdl_destructor()
H A Dhermon_misc.c488 ibt_adds_vect_t *attr_p, hermon_ahhdl_t *ahhdl, uint_t sleepflag) in hermon_ah_alloc() argument
552 *ahhdl = ah; in hermon_ah_alloc()
564 hermon_ah_free(hermon_state_t *state, hermon_ahhdl_t *ahhdl, uint_t sleepflag) in hermon_ah_free() argument
575 ah = *ahhdl; in hermon_ah_free()
592 *ahhdl = NULL; in hermon_ah_free()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c622 tavor_ahhdl_t ahhdl; in tavor_ci_alloc_ah() local
649 status = tavor_ah_alloc(state, pdhdl, attr_p, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_ah()
658 *ah_p = (ibc_ah_hdl_t)ahhdl; in tavor_ci_alloc_ah()
674 tavor_ahhdl_t ahhdl; in tavor_ci_free_ah() local
697 ahhdl = (tavor_ahhdl_t)ah; in tavor_ci_free_ah()
700 status = tavor_ah_free(state, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_free_ah()
723 tavor_ahhdl_t ahhdl; in tavor_ci_query_ah() local
747 ahhdl = (tavor_ahhdl_t)ah; in tavor_ci_query_ah()
750 status = tavor_ah_query(state, ahhdl, &pdhdl, attr_p); in tavor_ci_query_ah()
775 tavor_ahhdl_t ahhdl; in tavor_ci_modify_ah() local
[all …]
H A Dtavor_misc.c75 ibt_adds_vect_t *attr_p, tavor_ahhdl_t *ahhdl, uint_t sleepflag) in tavor_ah_alloc() argument
215 *ahhdl = ah; in tavor_ah_alloc()
245 tavor_ah_free(tavor_state_t *state, tavor_ahhdl_t *ahhdl, uint_t sleepflag) in tavor_ah_free() argument
260 ah = *ahhdl; in tavor_ah_free()
304 *ahhdl = NULL; in tavor_ah_free()
H A Dtavor_rsrc.c2793 tavor_ahhdl_t ahhdl; in tavor_rsrc_ahhdl_constructor() local
2798 ahhdl = (tavor_ahhdl_t)ah; in tavor_rsrc_ahhdl_constructor()
2801 mutex_init(&ahhdl->ah_lock, NULL, MUTEX_DRIVER, in tavor_rsrc_ahhdl_constructor()
2817 tavor_ahhdl_t ahhdl; in tavor_rsrc_ahhdl_destructor() local
2821 ahhdl = (tavor_ahhdl_t)ah; in tavor_rsrc_ahhdl_destructor()
2823 mutex_destroy(&ahhdl->ah_lock); in tavor_rsrc_ahhdl_destructor()