Searched refs:db_state (Results 1 – 6 of 6) sorted by relevance
500 db_state_str[dev->db_state], in stats_show()1275 ctx->dev->db_state = STOPPED; in stop_queues()1313 if (ctx->dev->db_state != STOPPED) in resume_queues()1315 ctx->dev->db_state = FLOW_CONTROL; in resume_queues()1321 WARN_ON(ctx->dev->db_state != FLOW_CONTROL); in resume_queues()1322 ctx->dev->db_state = NORMAL; in resume_queues()1344 if (ctx->dev->db_state != FLOW_CONTROL) in resume_queues()1350 if (ctx->dev->db_state != NORMAL) in resume_queues()1437 WARN_ON(ctx->dev->db_state != STOPPED); in recover_queues()1438 ctx->dev->db_state = RECOVERY; in recover_queues()[all …]
307 enum db_state { enum323 enum db_state db_state; member
918 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()935 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()
161 enum hinic_db_state db_state) in hinic_db_state_set() argument166 attr4 |= HINIC_FA4_SET(db_state, DB_STATE); in hinic_db_state_set()
330 enum hinic_db_state db_state; in wait_for_db_state() local335 db_state = hinic_db_state_get(hwif); in wait_for_db_state()337 if (db_state == HINIC_DB_ENABLE) in wait_for_db_state()
292 enum hinic_db_state db_state);