Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dsubr.c184 adapter->pending_thread_intr |= F_PL_INTR_SGE_ERR; in t1_pci_intr_handler()
223 if (cause & F_PL_INTR_SGE_ERR) { in fpga_slow_intr()
771 adapter->slow_intr_mask = F_PL_INTR_SGE_ERR | F_PL_INTR_TP; in t1_interrupts_enable()
865 if (cause & F_PL_INTR_SGE_ERR) { in asic_slow_intr()
Dsge.c901 #define SGE_PL_INTR_MASK (F_PL_INTR_SGE_ERR | F_PL_INTR_SGE_DATA)
973 adapter->pending_thread_intr |= F_PL_INTR_SGE_ERR; in t1_sge_intr_error_handler()
1643 if (pending_thread_intr & F_PL_INTR_SGE_ERR) { in t1_interrupt_thread()
Dregs.h1748 #define F_PL_INTR_SGE_ERR V_PL_INTR_SGE_ERR(1U) macro