Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c485 db_state_str[dev->db_state], in stats_show()
1251 ctx->dev->db_state = STOPPED; in stop_queues()
1295 if (ctx->dev->db_state != STOPPED) in resume_queues()
1297 ctx->dev->db_state = FLOW_CONTROL; in resume_queues()
1300 WARN_ON(ctx->dev->db_state != FLOW_CONTROL); in resume_queues()
1301 ctx->dev->db_state = NORMAL; in resume_queues()
1323 if (ctx->dev->db_state != FLOW_CONTROL) in resume_queues()
1329 if (ctx->dev->db_state != NORMAL) in resume_queues()
1435 WARN_ON(ctx->dev->db_state != STOPPED); in recover_queues()
1436 ctx->dev->db_state = RECOVERY; in recover_queues()
[all …]
Diw_cxgb4.h243 enum db_state { enum
260 enum db_state db_state; member
Dqp.c711 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()
728 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()