Home
last modified time | relevance | path

Searched refs:hermon_wrid_wqhdr_create (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h187 hermon_workq_hdr_t *hermon_wrid_wqhdr_create(int bufsz);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c511 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth); in hermon_qp_alloc()
521 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth); in hermon_qp_alloc()
1031 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth); in hermon_special_qp_alloc()
1036 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(1 << log_qp_rq_size); in hermon_special_qp_alloc()
1620 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth); in hermon_qp_alloc_range()
1630 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth); in hermon_qp_alloc_range()
H A Dhermon_srq.c299 srq->srq_wq_wqhdr = hermon_wrid_wqhdr_create(1 << log_srq_size); in hermon_srq_alloc()
H A Dhermon_wr.c2464 hermon_wrid_wqhdr_create(int bufsz) in hermon_wrid_wqhdr_create() function