Searched refs:F_PL_INTR_EXT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsubr.c785 adapter->slow_intr_mask |= F_PL_INTR_EXT | F_PL_INTR_PCIX;
786 pl_intr |= F_PL_INTR_EXT | F_PL_INTR_PCIX;
837 writel(pl_intr | F_PL_INTR_EXT | F_PL_INTR_PCIX,
863 if (cause & F_PL_INTR_EXT)
H A Dcxgb2.c948 adapter->slow_intr_mask |= F_PL_INTR_EXT;
949 writel(F_PL_INTR_EXT, adapter->regs + A_PL_CAUSE);
965 adapter->slow_intr_mask &= ~F_PL_INTR_EXT;
H A Dpm3393.c158 pl_intr |= F_PL_INTR_EXT;
240 pl_intr |= F_PL_INTR_EXT;
H A Dregs.h1793 #define F_PL_INTR_EXT V_PL_INTR_EXT(1U) macro

Completed in 183 milliseconds