Home
last modified time | relevance | path

Searched refs:db_state (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Ddevice.c500 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 in recover_queues()
[all...]
H A Diw_cxgb4.h307 enum db_state { enum
323 enum db_state db_state; member
H A Dqp.c918 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()
935 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Ddevice.c500 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 in recover_queues()
[all...]
H A Diw_cxgb4.h307 enum db_state { enum
322 enum db_state db_state; member
H A Dqp.c918 if (qhp->rhp->db_state == NORMAL) in ring_kernel_sq_db()
935 if (qhp->rhp->db_state == NORMAL) in ring_kernel_rq_db()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c126 enum hinic_db_state db_state) in hinic_db_state_set()
131 attr4 |= HINIC_FA4_SET(db_state, DB_STATE); in hinic_db_state_set()
125 hinic_db_state_set(struct hinic_hwif *hwif, enum hinic_db_state db_state) hinic_db_state_set() argument
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);
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c161 enum hinic_db_state db_state) in hinic_db_state_set()
166 attr4 |= HINIC_FA4_SET(db_state, DB_STATE); in hinic_db_state_set()
160 hinic_db_state_set(struct hinic_hwif *hwif, enum hinic_db_state db_state) hinic_db_state_set() argument
H A Dhinic_hw_if.h292 enum hinic_db_state db_state);
H A Dhinic_hw_dev.c330 enum hinic_db_state db_state; in wait_for_db_state() local
335 db_state = hinic_db_state_get(hwif); in wait_for_db_state()
337 if (db_state == HINIC_DB_ENABLE) in wait_for_db_state()

Completed in 22 milliseconds