Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c500 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 …]
H A Dqp.c915 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()
932 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c126 enum hinic_db_state db_state) in hinic_db_state_set() argument
131 attr4 |= HINIC_FA4_SET(db_state, DB_STATE); in hinic_db_state_set()
H A Dhinic_hw_dev.c324 enum hinic_db_state db_state; in wait_for_db_state() local
329 db_state = hinic_db_state_get(hwif); in wait_for_db_state()
331 if (db_state == HINIC_DB_ENABLE) in wait_for_db_state()
H A Dhinic_hw_if.h283 enum hinic_db_state db_state);