Home
last modified time | relevance | path

Searched refs:srqhdl (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c1859 hermon_srqhdl_t srqhdl; in hermon_ci_alloc_srq() local
1870 srqinfo.srqi_srqhdl = &srqhdl; in hermon_ci_alloc_srq()
1878 *ibc_srq_p = (ibc_srq_hdl_t)srqhdl; in hermon_ci_alloc_srq()
1892 hermon_srqhdl_t srqhdl; in hermon_ci_free_srq() local
1902 srqhdl = (hermon_srqhdl_t)srq; in hermon_ci_free_srq()
1905 status = hermon_srq_free(state, &srqhdl, HERMON_NOSLEEP); in hermon_ci_free_srq()
1919 hermon_srqhdl_t srqhdl; in hermon_ci_query_srq() local
1921 srqhdl = (hermon_srqhdl_t)srq; in hermon_ci_query_srq()
1923 mutex_enter(&srqhdl->srq_lock); in hermon_ci_query_srq()
1924 if (srqhdl->srq_state == HERMON_SRQ_STATE_ERROR) { in hermon_ci_query_srq()
[all …]
H A Dhermon_srq.c59 hermon_srqhdl_t *srqhdl; in hermon_srq_alloc() local
92 srqhdl = srqinfo->srqi_srqhdl; in hermon_srq_alloc()
407 *srqhdl = srq; in hermon_srq_alloc()
446 hermon_srq_free(hermon_state_t *state, hermon_srqhdl_t *srqhdl, in hermon_srq_free() argument
465 srq = *srqhdl; in hermon_srq_free()
574 *srqhdl = NULL; in hermon_srq_free()
H A Dhermon_rsrc.c2517 hermon_srqhdl_t srqhdl; in hermon_rsrc_srqhdl_constructor() local
2520 srqhdl = (hermon_srqhdl_t)srq; in hermon_rsrc_srqhdl_constructor()
2523 mutex_init(&srqhdl->srq_lock, NULL, MUTEX_DRIVER, in hermon_rsrc_srqhdl_constructor()
2538 hermon_srqhdl_t srqhdl; in hermon_rsrc_srqhdl_destructor() local
2540 srqhdl = (hermon_srqhdl_t)srq; in hermon_rsrc_srqhdl_destructor()
2542 mutex_destroy(&srqhdl->srq_lock); in hermon_rsrc_srqhdl_destructor()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2695 tavor_srqhdl_t srqhdl; in tavor_ci_alloc_srq() local
2734 srqinfo.srqi_srqhdl = &srqhdl; in tavor_ci_alloc_srq()
2743 *ibc_srq_p = (ibc_srq_hdl_t)srqhdl; in tavor_ci_alloc_srq()
2758 tavor_srqhdl_t srqhdl; in tavor_ci_free_srq() local
2789 srqhdl = (tavor_srqhdl_t)srq; in tavor_ci_free_srq()
2792 status = tavor_srq_free(state, &srqhdl, TAVOR_NOSLEEP); in tavor_ci_free_srq()
2814 tavor_srqhdl_t srqhdl; in tavor_ci_query_srq() local
2844 srqhdl = (tavor_srqhdl_t)srq; in tavor_ci_query_srq()
2846 mutex_enter(&srqhdl->srq_lock); in tavor_ci_query_srq()
2847 if (srqhdl->srq_state == TAVOR_SRQ_STATE_ERROR) { in tavor_ci_query_srq()
[all …]
H A Dtavor_srq.c60 tavor_srqhdl_t *srqhdl; in tavor_srq_alloc() local
104 srqhdl = srqinfo->srqi_srqhdl; in tavor_srq_alloc()
434 *srqhdl = srq; in tavor_srq_alloc()
479 tavor_srq_free(tavor_state_t *state, tavor_srqhdl_t *srqhdl, uint_t sleepflag) in tavor_srq_free() argument
500 srq = *srqhdl; in tavor_srq_free()
627 *srqhdl = NULL; in tavor_srq_free()
H A Dtavor_rsrc.c2705 tavor_srqhdl_t srqhdl; in tavor_rsrc_srqhdl_constructor() local
2710 srqhdl = (tavor_srqhdl_t)srq; in tavor_rsrc_srqhdl_constructor()
2713 mutex_init(&srqhdl->srq_lock, NULL, MUTEX_DRIVER, in tavor_rsrc_srqhdl_constructor()
2729 tavor_srqhdl_t srqhdl; in tavor_rsrc_srqhdl_destructor() local
2733 srqhdl = (tavor_srqhdl_t)srq; in tavor_rsrc_srqhdl_destructor()
2735 mutex_destroy(&srqhdl->srq_lock); in tavor_rsrc_srqhdl_destructor()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_srq.h167 int hermon_srq_free(hermon_state_t *state, hermon_srqhdl_t *srqhdl,
H A Dhermon_wr.h180 int hermon_post_srq(hermon_state_t *state, hermon_srqhdl_t srqhdl,
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_srq.h212 int tavor_srq_free(tavor_state_t *state, tavor_srqhdl_t *srqhdl,
H A Dtavor_wr.h293 int tavor_post_srq(tavor_state_t *state, tavor_srqhdl_t srqhdl,