Searched refs:debug11 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 10121 u32 debug0, debug11; in t4_idma_monitor() local 10174 debug11 = t4_read_reg(adapter, SGE_DEBUG_DATA_LOW_A); in t4_idma_monitor() 10175 idma->idma_qid[i] = (debug11 >> (i * 16)) & 0xffff; in t4_idma_monitor() 10178 "state %u for %d seconds (debug0=%#x, debug11=%#x)\n", in t4_idma_monitor() 10181 debug0, debug11); in t4_idma_monitor()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 10090 u32 debug0, debug11; in t4_idma_monitor() local 10143 debug11 = t4_read_reg(adapter, SGE_DEBUG_DATA_LOW_A); in t4_idma_monitor() 10144 idma->idma_qid[i] = (debug11 >> (i * 16)) & 0xffff; in t4_idma_monitor() 10147 "state %u for %d seconds (debug0=%#x, debug11=%#x)\n", in t4_idma_monitor() 10150 debug0, debug11); in t4_idma_monitor()
|
Completed in 25 milliseconds