db_state          500 drivers/infiniband/hw/cxgb4/device.c 		   db_state_str[dev->db_state],
db_state         1274 drivers/infiniband/hw/cxgb4/device.c 	ctx->dev->db_state = STOPPED;
db_state         1312 drivers/infiniband/hw/cxgb4/device.c 	if (ctx->dev->db_state != STOPPED)
db_state         1314 drivers/infiniband/hw/cxgb4/device.c 	ctx->dev->db_state = FLOW_CONTROL;
db_state         1320 drivers/infiniband/hw/cxgb4/device.c 			WARN_ON(ctx->dev->db_state != FLOW_CONTROL);
db_state         1321 drivers/infiniband/hw/cxgb4/device.c 			ctx->dev->db_state = NORMAL;
db_state         1343 drivers/infiniband/hw/cxgb4/device.c 				if (ctx->dev->db_state != FLOW_CONTROL)
db_state         1349 drivers/infiniband/hw/cxgb4/device.c 	if (ctx->dev->db_state != NORMAL)
db_state         1436 drivers/infiniband/hw/cxgb4/device.c 	WARN_ON(ctx->dev->db_state != STOPPED);
db_state         1437 drivers/infiniband/hw/cxgb4/device.c 	ctx->dev->db_state = RECOVERY;
db_state         1464 drivers/infiniband/hw/cxgb4/device.c 	WARN_ON(ctx->dev->db_state != RECOVERY);
db_state         1465 drivers/infiniband/hw/cxgb4/device.c 	ctx->dev->db_state = STOPPED;
db_state          323 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	enum db_state db_state;
db_state          917 drivers/infiniband/hw/cxgb4/qp.c 	if (qhp->rhp->db_state == NORMAL)
db_state          934 drivers/infiniband/hw/cxgb4/qp.c 	if (qhp->rhp->db_state == NORMAL)
db_state          346 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c 	enum hinic_db_state db_state;
db_state          351 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c 		db_state = hinic_db_state_get(hwif);
db_state          353 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c 		if (db_state == HINIC_DB_ENABLE)
db_state          152 drivers/net/ethernet/huawei/hinic/hinic_hw_if.c 			enum hinic_db_state db_state)
db_state          157 drivers/net/ethernet/huawei/hinic/hinic_hw_if.c 	attr4 |= HINIC_FA4_SET(db_state, DB_STATE);
db_state          272 drivers/net/ethernet/huawei/hinic/hinic_hw_if.h 			enum hinic_db_state db_state);