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.h74 * The hermon_sw_srq_s structure is also referred to using the "hermon_srqhdl_t"
144 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 in typeref:struct:hermon_sw_srq_s
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;
64 hermon_srqhdl_t srq;
132 srq = (hermon_srqhdl_t)rsrc->hr_addr;
446 hermon_srq_free(hermon_state_t *state, hermon_srqhdl_t *srqhdl,
452 hermon_srqhdl_t srq;
585 hermon_srq_modify(hermon_state_t *state, hermon_srqhdl_t srq, uint_t size,
907 hermon_srq_refcnt_inc(hermon_srqhdl_t srq)
920 hermon_srq_refcnt_dec(hermon_srqhdl_t srq)
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;
380 srq = (hermon_srqhdl_t)rsrcp->hr_addr;
462 hermon_srqhdl_t srq;
666 hermon_srqhdl_t srq;
835 srq = (hermon_srqhdl_t)rsrcp->hr_addr;
867 hermon_srqhdl_t srq;
1065 hermon_srqhdl_t srq;
1220 srq = (hermon_srqhdl_t)rsrcp->hr_addr;
1504 status = hermon_umap_srq_data_out((hermon_srqhdl_t)hd
[all...]
H A Dhermon_ci.c1859 hermon_srqhdl_t srqhdl;
1892 hermon_srqhdl_t srqhdl;
1902 srqhdl = (hermon_srqhdl_t)srq;
1919 hermon_srqhdl_t srqhdl;
1921 srqhdl = (hermon_srqhdl_t)srq;
1949 hermon_srqhdl_t srqhdl;
1954 srqhdl = (hermon_srqhdl_t)srq;
2032 hermon_srqhdl_t srqhdl;
2036 srqhdl = (hermon_srqhdl_t)srq;
H A Dhermon_rsrc.c1083 hdl_info.swi_prealloc_sz = sizeof (hermon_srqhdl_t);
1290 hdl_info.swi_prealloc_sz = sizeof (hermon_srqhdl_t);
2517 hermon_srqhdl_t srqhdl;
2520 srqhdl = (hermon_srqhdl_t)srq;
2538 hermon_srqhdl_t srqhdl;
2540 srqhdl = (hermon_srqhdl_t)srq;
H A Dhermon_qp.c78 hermon_srqhdl_t srq;
180 srq = (hermon_srqhdl_t)attr_p->qp_ibc_srq_hdl;
1238 hermon_srqhdl_t srq;
1308 srq = (hermon_srqhdl_t)attr_p->qp_ibc_srq_hdl;
1869 hermon_srqhdl_t srq;
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,
1970 hermon_wqe_srq_build(hermon_state_t *state, hermon_srqhdl_t srq,
H A Dhermon_cq.c1651 hermon_srqhdl_t srq;

Completed in 78 milliseconds