Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c755 V_SEINTARM(V_QINTR_TIMER_IDX( in service_iq()
789 V_INGRESSQID((u32)iq->cntxt_id) | V_SEINTARM(iq->intr_next)); in service_iq()
1222 t4_write_reg(sc, MYPF_REG(A_SGE_PF_GTS), V_SEINTARM(iq->intr_params) | 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_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h300 #define V_SEINTARM(x) ((x) << S_SEINTARM) macro
301 #define F_SEINTARM V_SEINTARM(1U)