Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h542 int tavor_queue_alloc(tavor_state_t *state, tavor_qalloc_info_t *qa_info,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c238 status = tavor_queue_alloc(state, &srq->srq_wqinfo, sleepflag); in tavor_srq_alloc()
673 status = tavor_queue_alloc(state, &new_srqinfo, sleepflag); in tavor_srq_modify()
H A Dtavor_cq.c191 status = tavor_queue_alloc(state, &cq->cq_cqinfo, sleepflag); in tavor_cq_alloc()
567 status = tavor_queue_alloc(state, &new_cqinfo, sleepflag); in tavor_cq_resize()
H A Dtavor_qp.c384 status = tavor_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in tavor_qp_alloc()
823 status = tavor_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in tavor_special_qp_alloc()
H A Dtavor_event.c895 status = tavor_queue_alloc(state, &eq->eq_eqinfo, TAVOR_SLEEP); in tavor_eq_alloc()
H A Dtavor_misc.c2109 tavor_queue_alloc(tavor_state_t *state, tavor_qalloc_info_t *qa_info, in tavor_queue_alloc() function