Home
last modified time | relevance | path

Searched refs:hermon_srqhdl_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_srq.h144 hermon_srqhdl_t *srqi_srqhdl;
167 int hermon_srq_free(hermon_state_t *state, hermon_srqhdl_t *srqhdl,
169 int hermon_srq_modify(hermon_state_t *state, hermon_srqhdl_t srq,
171 int hermon_srq_post(hermon_state_t *state, hermon_srqhdl_t srq,
173 void hermon_srq_refcnt_inc(hermon_srqhdl_t srq);
174 void hermon_srq_refcnt_dec(hermon_srqhdl_t srq);
175 hermon_srqhdl_t hermon_srqhdl_from_srqnum(hermon_state_t *state, uint_t srqnum);
H A Dhermon_wr.h162 hermon_srqhdl_t wqa_srq;
180 int hermon_post_srq(hermon_state_t *state, hermon_srqhdl_t srqhdl,
H A Dhermon_typedef.h118 typedef struct hermon_sw_srq_s *hermon_srqhdl_t; typedef
H A Dhermon_qp.h307 hermon_srqhdl_t qp_srqhdl;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c59 hermon_srqhdl_t *srqhdl; in hermon_srq_alloc()
64 hermon_srqhdl_t srq; in hermon_srq_alloc()
132 srq = (hermon_srqhdl_t)rsrc->hr_addr; in hermon_srq_alloc()
446 hermon_srq_free(hermon_state_t *state, hermon_srqhdl_t *srqhdl, in hermon_srq_free()
452 hermon_srqhdl_t srq; in hermon_srq_free()
585 hermon_srq_modify(hermon_state_t *state, hermon_srqhdl_t srq, uint_t size, in hermon_srq_modify()
907 hermon_srq_refcnt_inc(hermon_srqhdl_t srq) in hermon_srq_refcnt_inc()
920 hermon_srq_refcnt_dec(hermon_srqhdl_t srq) in hermon_srq_refcnt_dec()
947 hermon_srqhdl_t
H A Dhermon_umap.c90 static ibt_status_t hermon_umap_srq_data_out(hermon_srqhdl_t srq,
373 hermon_srqhdl_t srq; in hermon_umap_srqmem()
380 srq = (hermon_srqhdl_t)rsrcp->hr_addr; in hermon_umap_srqmem()
462 hermon_srqhdl_t srq; in hermon_devmap_umem_map()
666 hermon_srqhdl_t srq; in hermon_devmap_umem_unmap()
835 srq = (hermon_srqhdl_t)rsrcp->hr_addr; in hermon_devmap_umem_unmap()
867 hermon_srqhdl_t srq; in hermon_devmap_dbrecmem_map()
1065 hermon_srqhdl_t srq; in hermon_devmap_dbrecmem_unmap()
1220 srq = (hermon_srqhdl_t)rsrcp->hr_addr; in hermon_devmap_dbrecmem_unmap()
1504 status = hermon_umap_srq_data_out((hermon_srqhdl_t)hdl, in hermon_umap_ci_data_out()
[all …]
H A Dhermon_ci.c1859 hermon_srqhdl_t srqhdl; in hermon_ci_alloc_srq()
1892 hermon_srqhdl_t srqhdl; in hermon_ci_free_srq()
1902 srqhdl = (hermon_srqhdl_t)srq; in hermon_ci_free_srq()
1919 hermon_srqhdl_t srqhdl; in hermon_ci_query_srq()
1921 srqhdl = (hermon_srqhdl_t)srq; in hermon_ci_query_srq()
1949 hermon_srqhdl_t srqhdl; in hermon_ci_modify_srq()
1954 srqhdl = (hermon_srqhdl_t)srq; in hermon_ci_modify_srq()
2032 hermon_srqhdl_t srqhdl; in hermon_ci_post_srq()
2036 srqhdl = (hermon_srqhdl_t)srq; in hermon_ci_post_srq()
H A Dhermon_rsrc.c1083 hdl_info.swi_prealloc_sz = sizeof (hermon_srqhdl_t); in hermon_rsrc_init_phase2()
1290 hdl_info.swi_prealloc_sz = sizeof (hermon_srqhdl_t); in hermon_rsrc_fini()
2517 hermon_srqhdl_t srqhdl; in hermon_rsrc_srqhdl_constructor()
2520 srqhdl = (hermon_srqhdl_t)srq; in hermon_rsrc_srqhdl_constructor()
2538 hermon_srqhdl_t srqhdl; in hermon_rsrc_srqhdl_destructor()
2540 srqhdl = (hermon_srqhdl_t)srq; in hermon_rsrc_srqhdl_destructor()
H A Dhermon_qp.c78 hermon_srqhdl_t srq; in hermon_qp_alloc()
180 srq = (hermon_srqhdl_t)attr_p->qp_ibc_srq_hdl; in hermon_qp_alloc()
1238 hermon_srqhdl_t srq; in hermon_qp_alloc_range()
1308 srq = (hermon_srqhdl_t)attr_p->qp_ibc_srq_hdl; in hermon_qp_alloc_range()
1869 hermon_srqhdl_t srq; in hermon_qp_free()
H A Dhermon_wr.c53 static int hermon_wqe_srq_build(hermon_state_t *state, hermon_srqhdl_t srq,
1222 hermon_post_srq(hermon_state_t *state, hermon_srqhdl_t srq, in hermon_post_srq()
1970 hermon_wqe_srq_build(hermon_state_t *state, hermon_srqhdl_t srq, in hermon_wqe_srq_build()
H A Dhermon_cq.c1651 hermon_srqhdl_t srq; in hermon_cq_entries_flush()