Searched refs:db_state (Results 1 – 6 of 6) sorted by relevance
500 db_state_str[dev->db_state], in stats_show()1274 ctx->dev->db_state = STOPPED; in stop_queues()1312 if (ctx->dev->db_state != STOPPED) in resume_queues()1314 ctx->dev->db_state = FLOW_CONTROL; in resume_queues()1320 WARN_ON(ctx->dev->db_state != FLOW_CONTROL); in resume_queues()1321 ctx->dev->db_state = NORMAL; in resume_queues()1343 if (ctx->dev->db_state != FLOW_CONTROL) in resume_queues()1349 if (ctx->dev->db_state != NORMAL) in resume_queues()1436 WARN_ON(ctx->dev->db_state != STOPPED); in recover_queues()1437 ctx->dev->db_state = RECOVERY; in recover_queues()[all …]
307 enum db_state { enum323 enum db_state db_state; member
917 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()934 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()
152 enum hinic_db_state db_state) in hinic_db_state_set() argument157 attr4 |= HINIC_FA4_SET(db_state, DB_STATE); in hinic_db_state_set()
345 enum hinic_db_state db_state; in wait_for_db_state() local350 db_state = hinic_db_state_get(hwif); in wait_for_db_state()352 if (db_state == HINIC_DB_ENABLE) in wait_for_db_state()
271 enum hinic_db_state db_state);