Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Ddevice.c485 db_state_str[dev->db_state], in stats_show()
1259 ctx->dev->db_state = STOPPED; in stop_queues()
1305 if (ctx->dev->db_state != STOPPED) in resume_queues()
1307 ctx->dev->db_state = FLOW_CONTROL; in resume_queues()
1310 WARN_ON(ctx->dev->db_state != FLOW_CONTROL); in resume_queues()
1311 ctx->dev->db_state = NORMAL; in resume_queues()
1333 if (ctx->dev->db_state != FLOW_CONTROL) in resume_queues()
1339 if (ctx->dev->db_state != NORMAL) in resume_queues()
1445 WARN_ON(ctx->dev->db_state != STOPPED); in recover_queues()
1446 ctx->dev->db_state = RECOVERY; in recover_queues()
[all …]
Diw_cxgb4.h245 enum db_state { enum
262 enum db_state db_state; member
Dqp.c694 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()
712 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()