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);
521 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth);
1031 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth);
1036 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(1 << log_qp_rq_size);
1620 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth);
1630 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth);
H A Dhermon_srq.c299 srq->srq_wq_wqhdr = hermon_wrid_wqhdr_create(1 << log_srq_size);
H A Dhermon_wr.c2459 * hermon_wrid_wqhdr_create()
2464 hermon_wrid_wqhdr_create(int bufsz) function

Completed in 113 milliseconds