Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h220 uint32_t cq_eqnum; member
240 tavor_sw_cq_s::cq_eqnum
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h221 uint32_t cq_eqnum; member
257 hermon_sw_cq_s::cq_eqnum
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c263 cq->cq_eqnum = HERMON_HID_TO_EQNUM(state, cq_attr->cq_hid); in hermon_cq_alloc()
264 IBTF_DPRINTF_L2("cqalloc", "hid: eqn %d", cq->cq_eqnum); in hermon_cq_alloc()
283 cq->cq_eqnum = HERMON_HID_TO_EQNUM(state, in hermon_cq_alloc()
287 cq_schedp->cqs_len, cq->cq_eqnum); in hermon_cq_alloc()
304 cqc_entry.c_eqn = cq->cq_eqnum; in hermon_cq_alloc()
816 if (hid && (hid - 1 != cq->cq_eqnum)) { in hermon_cq_modify()
831 cq->cq_eqnum = hid - 1; in hermon_cq_modify()
H A Dhermon_ci.c917 *hid_p = HERMON_EQNUM_TO_HID(state, cqhdl->cq_eqnum); in hermon_ci_query_cq()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c256 cq->cq_eqnum = TAVOR_CQ_EQNUM_GET(cq->cq_cqnum); in tavor_cq_alloc()
271 cqc_entry.c_eqn = cq->cq_eqnum; in tavor_cq_alloc()