Symbol: db_state
drivers/infiniband/hw/cxgb4/device.c
1274
ctx->dev->db_state = STOPPED;
drivers/infiniband/hw/cxgb4/device.c
1312
if (ctx->dev->db_state != STOPPED)
drivers/infiniband/hw/cxgb4/device.c
1314
ctx->dev->db_state = FLOW_CONTROL;
drivers/infiniband/hw/cxgb4/device.c
1320
WARN_ON(ctx->dev->db_state != FLOW_CONTROL);
drivers/infiniband/hw/cxgb4/device.c
1321
ctx->dev->db_state = NORMAL;
drivers/infiniband/hw/cxgb4/device.c
1343
if (ctx->dev->db_state != FLOW_CONTROL)
drivers/infiniband/hw/cxgb4/device.c
1349
if (ctx->dev->db_state != NORMAL)
drivers/infiniband/hw/cxgb4/device.c
1436
WARN_ON(ctx->dev->db_state != STOPPED);
drivers/infiniband/hw/cxgb4/device.c
1437
ctx->dev->db_state = RECOVERY;
drivers/infiniband/hw/cxgb4/device.c
1464
WARN_ON(ctx->dev->db_state != RECOVERY);
drivers/infiniband/hw/cxgb4/device.c
1465
ctx->dev->db_state = STOPPED;
drivers/infiniband/hw/cxgb4/device.c
500
db_state_str[dev->db_state],
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
322
enum db_state db_state;
drivers/infiniband/hw/cxgb4/qp.c
915
if (qhp->rhp->db_state == NORMAL)
drivers/infiniband/hw/cxgb4/qp.c
932
if (qhp->rhp->db_state == NORMAL)
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c
324
enum hinic_db_state db_state;
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c
329
db_state = hinic_db_state_get(hwif);
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c
331
if (db_state == HINIC_DB_ENABLE)
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c
126
enum hinic_db_state db_state)
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c
131
attr4 |= HINIC_FA4_SET(db_state, DB_STATE);
drivers/net/ethernet/huawei/hinic/hinic_hw_if.h
283
enum hinic_db_state db_state);