Home
last modified time | relevance | path

Searched refs:qp1_indx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1202 uint_t flags, type, opcode, qpnum, qp1_indx; in tavor_cq_cqe_consume() local
1284 qp1_indx = state->ts_spec_qp1->tr_indx; in tavor_cq_cqe_consume()
1285 if ((qpnum < qp1_indx) || (qpnum > qp1_indx + 1)) { in tavor_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1294 uint_t opcode, qpnum, qp1_indx; in hermon_cq_cqe_consume() local
1432 qp1_indx = state->hs_spec_qp1->hr_indx; in hermon_cq_cqe_consume()
1433 if ((qpnum < qp1_indx) || (qpnum > qp1_indx + 1)) { in hermon_cq_cqe_consume()