Searched refs:t4_handle_intr_status (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 4304 * t4_handle_intr_status - table driven interrupt handler 4316 static int t4_handle_intr_status(struct adapter *adapter, unsigned int reg, in t4_handle_intr_status() function 4446 fat = t4_handle_intr_status(adapter, in pcie_intr_handler() 4449 t4_handle_intr_status(adapter, in pcie_intr_handler() 4452 t4_handle_intr_status(adapter, PCIE_INT_CAUSE_A, in pcie_intr_handler() 4455 fat = t4_handle_intr_status(adapter, PCIE_INT_CAUSE_A, in pcie_intr_handler() 4473 if (t4_handle_intr_status(adapter, TP_INT_CAUSE_A, tp_intr_info)) in tp_intr_handler() 4542 v |= t4_handle_intr_status(adapter, SGE_INT_CAUSE3_A, sge_intr_info); in sge_intr_handler() 4544 v |= t4_handle_intr_status(adapter, SGE_INT_CAUSE3_A, in sge_intr_handler() 4636 fat = t4_handle_intr_status(adapte in cim_intr_handler() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 4274 * t4_handle_intr_status - table driven interrupt handler 4286 static int t4_handle_intr_status(struct adapter *adapter, unsigned int reg, in t4_handle_intr_status() function 4416 fat = t4_handle_intr_status(adapter, in pcie_intr_handler() 4419 t4_handle_intr_status(adapter, in pcie_intr_handler() 4422 t4_handle_intr_status(adapter, PCIE_INT_CAUSE_A, in pcie_intr_handler() 4425 fat = t4_handle_intr_status(adapter, PCIE_INT_CAUSE_A, in pcie_intr_handler() 4443 if (t4_handle_intr_status(adapter, TP_INT_CAUSE_A, tp_intr_info)) in tp_intr_handler() 4512 v |= t4_handle_intr_status(adapter, SGE_INT_CAUSE3_A, sge_intr_info); in sge_intr_handler() 4514 v |= t4_handle_intr_status(adapter, SGE_INT_CAUSE3_A, in sge_intr_handler() 4606 fat = t4_handle_intr_status(adapte in cim_intr_handler() [all...] |
Completed in 17 milliseconds