Home
last modified time | relevance | path

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

/illumos-gate/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,
/illumos-gate/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,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c574 tavor_ahhdl_t ahhdl; in tavor_ci_alloc_ah() local
593 status = tavor_ah_alloc(state, pdhdl, attr_p, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_alloc_ah()
599 *ah_p = (ibc_ah_hdl_t)ahhdl; in tavor_ci_alloc_ah()
614 tavor_ahhdl_t ahhdl; in tavor_ci_free_ah() local
629 ahhdl = (tavor_ahhdl_t)ah; in tavor_ci_free_ah()
632 status = tavor_ah_free(state, &ahhdl, TAVOR_NOSLEEP); in tavor_ci_free_ah()
651 tavor_ahhdl_t ahhdl; in tavor_ci_query_ah() local
667 ahhdl = (tavor_ahhdl_t)ah; in tavor_ci_query_ah()
670 status = tavor_ah_query(state, ahhdl, &pdhdl, attr_p); in tavor_ci_query_ah()
691 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
202 *ahhdl = ah; in tavor_ah_alloc()
228 tavor_ah_free(tavor_state_t *state, tavor_ahhdl_t *ahhdl, uint_t sleepflag) in tavor_ah_free() argument
241 ah = *ahhdl; in tavor_ah_free()
283 *ahhdl = NULL; in tavor_ah_free()
H A Dtavor_rsrc.c2554 tavor_ahhdl_t ahhdl; in tavor_rsrc_ahhdl_constructor() local
2557 ahhdl = (tavor_ahhdl_t)ah; in tavor_rsrc_ahhdl_constructor()
2560 mutex_init(&ahhdl->ah_lock, NULL, MUTEX_DRIVER, in tavor_rsrc_ahhdl_constructor()
2575 tavor_ahhdl_t ahhdl; in tavor_rsrc_ahhdl_destructor() local
2577 ahhdl = (tavor_ahhdl_t)ah; in tavor_rsrc_ahhdl_destructor()
2579 mutex_destroy(&ahhdl->ah_lock); in tavor_rsrc_ahhdl_destructor()
/illumos-gate/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()