Searched defs:ahhdl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c75 ibt_adds_vect_t *attr_p, tavor_ahhdl_t *ahhdl, uint_t sleepflag)
215 *ahhdl = ah;
245 tavor_ah_free(tavor_state_t *state, tavor_ahhdl_t *ahhdl, uint_t sleepflag) argument
260 ah = *ahhdl;
303 /* Set the ahhdl pointer to NULL and return success */
304 *ahhdl = NULL;
74 tavor_ah_alloc(tavor_state_t *state, tavor_pdhdl_t pd, ibt_adds_vect_t *attr_p, tavor_ahhdl_t *ahhdl, uint_t sleepflag) argument
H A Dtavor_rsrc.c2793 tavor_ahhdl_t ahhdl; local
2798 ahhdl = (tavor_ahhdl_t)ah;
2801 mutex_init(&ahhdl->ah_lock, NULL, MUTEX_DRIVER,
2817 tavor_ahhdl_t ahhdl; local
2821 ahhdl = (tavor_ahhdl_t)ah;
2823 mutex_destroy(&ahhdl->ah_lock);
H A Dtavor_ci.c622 tavor_ahhdl_t ahhdl; local
649 status = tavor_ah_alloc(state, pdhdl, attr_p, &ahhdl, TAVOR_NOSLEEP);
658 *ah_p = (ibc_ah_hdl_t)ahhdl;
674 tavor_ahhdl_t ahhdl; local
697 ahhdl = (tavor_ahhdl_t)ah;
700 status = tavor_ah_free(state, &ahhdl, TAVOR_NOSLEEP);
723 tavor_ahhdl_t ahhdl; local
747 ahhdl = (tavor_ahhdl_t)ah;
750 status = tavor_ah_query(state, ahhdl, &pdhdl, attr_p);
775 tavor_ahhdl_t ahhdl; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c488 ibt_adds_vect_t *attr_p, hermon_ahhdl_t *ahhdl, uint_t sleepflag)
552 *ahhdl = ah;
564 hermon_ah_free(hermon_state_t *state, hermon_ahhdl_t *ahhdl, uint_t sleepflag) argument
575 ah = *ahhdl;
591 /* Set the ahhdl pointer to NULL and return success */
592 *ahhdl = NULL;
487 hermon_ah_alloc(hermon_state_t *state, hermon_pdhdl_t pd, ibt_adds_vect_t *attr_p, hermon_ahhdl_t *ahhdl, uint_t sleepflag) argument
H A Dhermon_rsrc.c2591 hermon_ahhdl_t ahhdl; local
2594 ahhdl = (hermon_ahhdl_t)ah;
2597 mutex_init(&ahhdl->ah_lock, NULL, MUTEX_DRIVER,
2611 hermon_ahhdl_t ahhdl; local
2613 ahhdl = (hermon_ahhdl_t)ah;
2615 mutex_destroy(&ahhdl->ah_lock);
H A Dhermon_ci.c543 hermon_ahhdl_t ahhdl; local
552 status = hermon_ah_alloc(state, pdhdl, attr_p, &ahhdl, HERMON_NOSLEEP);
558 *ah_p = (ibc_ah_hdl_t)ahhdl;
573 hermon_ahhdl_t ahhdl; local
578 ahhdl = (hermon_ahhdl_t)ah;
581 status = hermon_ah_free(state, &ahhdl, HERMON_NOSLEEP);
597 hermon_ahhdl_t ahhdl; local
603 ahhdl = (hermon_ahhdl_t)ah;
606 status = hermon_ah_query(state, ahhdl, &pdhdl, attr_p);
627 hermon_ahhdl_t ahhdl; local
[all...]

Completed in 89 milliseconds