Searched refs:F_PL_INTR_SGE_DATA (Results 1 – 3 of 3) sorted by relevance
222 cause &= ~F_PL_INTR_SGE_DATA; in fpga_slow_intr()884 writel(adapter->slow_intr_mask | F_PL_INTR_SGE_DATA, in asic_slow_intr()
901 #define SGE_PL_INTR_MASK (F_PL_INTR_SGE_ERR | F_PL_INTR_SGE_DATA)1654 writel(adapter->slow_intr_mask | F_PL_INTR_SGE_DATA, in t1_interrupt_thread()1668 writel(F_PL_INTR_SGE_DATA, adapter->regs + A_PL_CAUSE); in t1_interrupt()
1752 #define F_PL_INTR_SGE_DATA V_PL_INTR_SGE_DATA(1U) macro