Searched refs:srqhdl (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 1859 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 D | hermon_srq.c | 59 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 D | hermon_rsrc.c | 2517 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 D | tavor_ci.c | 2695 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 D | tavor_srq.c | 60 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 D | tavor_rsrc.c | 2705 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 D | hermon_srq.h | 167 int hermon_srq_free(hermon_state_t *state, hermon_srqhdl_t *srqhdl,
|
H A D | hermon_wr.h | 180 int hermon_post_srq(hermon_state_t *state, hermon_srqhdl_t srqhdl,
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_srq.h | 212 int tavor_srq_free(tavor_state_t *state, tavor_srqhdl_t *srqhdl,
|
H A D | tavor_wr.h | 293 int tavor_post_srq(tavor_state_t *state, tavor_srqhdl_t srqhdl,
|