hermon_wrid_wqhdr_create
qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth);
qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(1 << log_qp_rq_size);
qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth);
qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth);
qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth);
qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth);
srq->srq_wq_wqhdr = hermon_wrid_wqhdr_create(1 << log_srq_size);
hermon_workq_hdr_t *hermon_wrid_wqhdr_create(int bufsz);