Home
last modified time | relevance | path

Searched refs:flush_flag (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c56 if (test_and_clear_bit(HNS_ROCE_FLUSH_FLAG, &hr_qp->flush_flag)) { in flush_work_handle()
92 if (!test_and_set_bit(HNS_ROCE_FLUSH_FLAG, &qp->flush_flag)) in flush_cqe()
1075 hr_qp->flush_flag = 0; in hns_roce_create_qp_common()
H A Dhns_roce_device.h627 unsigned long flush_flag; member