Searched defs:cntxt_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h183 uint16_t cntxt_id; /* SGE context id for the iq */ member in struct:sge_iq
229 uint32_t cntxt_id; /* SGE context id for the eq */ member in struct:sge_eq
253 uint16_t cntxt_id; /* SGE context id for the freelist */ member in struct:sge_fl
388 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */
389 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
H A Dt4_sge.c530 iqid = port_intr_iq(pi, j)->cntxt_id;
541 iqid = port_intr_iq(pi, j)->cntxt_id;
554 iqid = port_intr_iq(pi, 0)->cntxt_id;
754 V_INGRESSQID(iq->cntxt_id) |
789 V_INGRESSQID((u32)iq->cntxt_id) | V_SEINTARM(iq->intr_next));
1101 int rc, cntxt_id; local
1190 iq->cntxt_id = be16_to_cpu(c.iqid);
1194 cntxt_id = iq->cntxt_id - sc->sge.iq_start;
1195 if (cntxt_id >
1393 int rc, cntxt_id; local
1437 int rc, cntxt_id; local
1480 int rc, cntxt_id; local
[all...]

Completed in 50 milliseconds