Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c1458 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq, in hns_roce_wq_overflow() argument
1464 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()
1465 if (likely(cur + nreq < hr_wq->wqe_cnt)) in hns_roce_wq_overflow()
1470 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()
1473 return cur + nreq >= hr_wq->wqe_cnt; in hns_roce_wq_overflow()
H A Dhns_roce_device.h1215 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq,