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

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

Completed in 50 milliseconds