Home
last modified time | relevance | path

Searched refs:cntxt_id (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c530 iqid = port_intr_iq(pi, j)->cntxt_id; in t4_setup_port_queues()
541 iqid = port_intr_iq(pi, j)->cntxt_id; in t4_setup_port_queues()
554 iqid = port_intr_iq(pi, 0)->cntxt_id; in t4_setup_port_queues()
754 V_INGRESSQID(iq->cntxt_id) | in service_iq()
789 V_INGRESSQID((u32)iq->cntxt_id) | V_SEINTARM(iq->intr_next)); in service_iq()
1101 int rc, cntxt_id; in alloc_iq_fl() local
1190 iq->cntxt_id = be16_to_cpu(c.iqid); in alloc_iq_fl()
1194 cntxt_id = iq->cntxt_id - sc->sge.iq_start; in alloc_iq_fl()
1195 if (cntxt_id >= sc->sge.niq) { in alloc_iq_fl()
1197 cntxt_id, sc->sge.niq - 1); in alloc_iq_fl()
[all …]
H A Dadapter.h183 uint16_t cntxt_id; /* SGE context id for the iq */ member
229 uint32_t cntxt_id; /* SGE context id for the eq */ member
253 uint16_t cntxt_id; /* SGE context id for the freelist */ member
H A Dt4_nexus.c2104 V_SEINTARM(iq->intr_params) | V_INGRESSQID(iq->cntxt_id)); in enable_port_queues()
2115 V_SEINTARM(iq->intr_params) | V_INGRESSQID(iq->cntxt_id)); in enable_port_queues()