Home
last modified time | relevance | path

Searched refs:hermon_queue_alloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c253 status = hermon_queue_alloc(state, &srq->srq_wqinfo, sleepflag); in hermon_srq_alloc()
661 status = hermon_queue_alloc(state, &new_srqinfo, sleepflag); in hermon_srq_modify()
H A Dhermon_cq.c219 status = hermon_queue_alloc(state, &cq->cq_cqinfo, sleepflag); in hermon_cq_alloc()
646 status = hermon_queue_alloc(state, &new_cqinfo, sleepflag); in hermon_cq_resize()
H A Dhermon_qp.c482 status = hermon_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in hermon_qp_alloc()
1009 status = hermon_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in hermon_special_qp_alloc()
1592 status = hermon_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in hermon_qp_alloc_range()
H A Dhermon_event.c778 status = hermon_queue_alloc(state, &eq->eq_eqinfo, HERMON_SLEEP); in hermon_eq_alloc()
H A Dhermon_misc.c2395 hermon_queue_alloc(hermon_state_t *state, hermon_qalloc_info_t *qa_info, in hermon_queue_alloc() function
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h684 int hermon_queue_alloc(hermon_state_t *state, hermon_qalloc_info_t *qa_info,