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 D | hermon_srq.c | 253 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 D | hermon_cq.c | 219 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 D | hermon_qp.c | 482 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 D | hermon_event.c | 778 status = hermon_queue_alloc(state, &eq->eq_eqinfo, HERMON_SLEEP); in hermon_eq_alloc()
|
H A D | hermon_misc.c | 2395 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 D | hermon_misc.h | 684 int hermon_queue_alloc(hermon_state_t *state, hermon_qalloc_info_t *qa_info,
|