Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/chelsio/
Dtp.c86 writel(tp_intr | F_PL_INTR_TP, in t1_tp_intr_enable()
105 writel(tp_intr & ~F_PL_INTR_TP, in t1_tp_intr_disable()
121 writel(F_PL_INTR_TP, tp->adapter->regs + A_PL_CAUSE); in t1_tp_intr_clear()
Dsubr.c760 adapter->slow_intr_mask = F_PL_INTR_SGE_ERR | F_PL_INTR_TP; in t1_interrupts_enable()
855 if (cause & F_PL_INTR_TP) in asic_slow_intr()
Dregs.h1773 #define F_PL_INTR_TP V_PL_INTR_TP(1U) macro