Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2343 tavor_queue_alloc(tavor_state_t *state, tavor_qalloc_info_t *qa_info, in tavor_queue_alloc() function
2352 TAVOR_TNF_ENTER(tavor_queue_alloc); in tavor_queue_alloc()
2377 TAVOR_TNF_EXIT(tavor_queue_alloc); in tavor_queue_alloc()
2426 TAVOR_TNF_EXIT(tavor_queue_alloc); in tavor_queue_alloc()
2447 TAVOR_TNF_EXIT(tavor_queue_alloc); in tavor_queue_alloc()
2468 TAVOR_TNF_EXIT(tavor_queue_alloc); in tavor_queue_alloc()
2496 TAVOR_TNF_EXIT(tavor_queue_alloc); in tavor_queue_alloc()
H A Dtavor_srq.c253 status = tavor_queue_alloc(state, &srq->srq_wqinfo, sleepflag); in tavor_srq_alloc()
725 status = tavor_queue_alloc(state, &new_srqinfo, sleepflag); in tavor_srq_modify()
H A Dtavor_cq.c204 status = tavor_queue_alloc(state, &cq->cq_cqinfo, sleepflag); in tavor_cq_alloc()
610 status = tavor_queue_alloc(state, &new_cqinfo, sleepflag); in tavor_cq_resize()
H A Dtavor_qp.c420 status = tavor_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in tavor_qp_alloc()
890 status = tavor_queue_alloc(state, &qp->qp_wqinfo, sleepflag); in tavor_special_qp_alloc()
H A Dtavor_event.c971 status = tavor_queue_alloc(state, &eq->eq_eqinfo, TAVOR_SLEEP); in tavor_eq_alloc()
/titanic_50/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,