Searched refs:FLOW_CONTROL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | amd8111e.h | 67 #define FLOW_CONTROL 0xC8 /* Flow control register */ macro 440 /* FLOW_CONTROL 0xC8, 32bit register */
|
H A D | amd8111e.c | 534 /* Clear FLOW_CONTROL */ in amd8111e_init_hw_default() 535 writel(0x0, mmio + FLOW_CONTROL); in amd8111e_init_hw_default()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | amd8111e.h | 67 #define FLOW_CONTROL 0xC8 /* Flow control register */ macro 440 /* FLOW_CONTROL 0xC8, 32bit register */
|
H A D | amd8111e.c | 533 /* Clear FLOW_CONTROL */ in amd8111e_init_hw_default() 534 writel(0x0, mmio + FLOW_CONTROL); in amd8111e_init_hw_default()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 467 static char *db_state_str[] = {"NORMAL", "FLOW_CONTROL", "RECOVERY", "STOPPED"}; 1315 ctx->dev->db_state = FLOW_CONTROL; in resume_queues() 1321 WARN_ON(ctx->dev->db_state != FLOW_CONTROL); in resume_queues() 1344 if (ctx->dev->db_state != FLOW_CONTROL) in resume_queues()
|
H A D | iw_cxgb4.h | 309 FLOW_CONTROL = 1, enumerator
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 467 static char *db_state_str[] = {"NORMAL", "FLOW_CONTROL", "RECOVERY", "STOPPED"}; 1315 ctx->dev->db_state = FLOW_CONTROL; in resume_queues() 1321 WARN_ON(ctx->dev->db_state != FLOW_CONTROL); in resume_queues() 1344 if (ctx->dev->db_state != FLOW_CONTROL) in resume_queues()
|
H A D | iw_cxgb4.h | 309 FLOW_CONTROL = 1, enumerator
|
Completed in 17 milliseconds