Home
last modified time | relevance | path

Searched refs:hermon_dbr_alloc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h627 int hermon_dbr_alloc(hermon_state_t *state, uint_t index,
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c319 status = hermon_dbr_alloc(state, uarpg, &qp->qp_rq_dbr_acchdl, in hermon_qp_alloc()
906 status = hermon_dbr_alloc(state, uarpg, &qp->qp_rq_dbr_acchdl, in hermon_special_qp_alloc()
1440 status = hermon_dbr_alloc(state, uarpg, &qp->qp_rq_dbr_acchdl, in hermon_qp_alloc_range()
H A Dhermon_srq.c163 status = hermon_dbr_alloc(state, uarpg, &srq->srq_wq_dbr_acchdl, in hermon_srq_alloc()
H A Dhermon_cq.c169 status = hermon_dbr_alloc(state, uarpg, &cq->cq_arm_ci_dbr_acchdl, in hermon_cq_alloc()
H A Dhermon_misc.c352 hermon_dbr_alloc(hermon_state_t *state, uint_t index, ddi_acc_handle_t *acchdl, in hermon_dbr_alloc() function