Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c754 V_INGRESSQID(iq->cntxt_id) | in service_iq()
789 V_INGRESSQID((u32)iq->cntxt_id) | V_SEINTARM(iq->intr_next)); in service_iq()
1223 V_INGRESSQID(iq->cntxt_id)); in alloc_iq_fl()
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()
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h291 #define V_INGRESSQID(x) ((x) << S_INGRESSQID) macro