Searched refs:hermon_wrid_wqhdr_create (Results 1 – 4 of 4) sorted by relevance
187 hermon_workq_hdr_t *hermon_wrid_wqhdr_create(int bufsz);
511 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()
299 srq->srq_wq_wqhdr = hermon_wrid_wqhdr_create(1 << log_srq_size); in hermon_srq_alloc()
2464 hermon_wrid_wqhdr_create(int bufsz) in hermon_wrid_wqhdr_create() function