Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_qp.c1262 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, int nreq, in hns_roce_wq_overflow() argument
1268 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()
1269 if (likely(cur + nreq < hr_wq->wqe_cnt)) in hns_roce_wq_overflow()
1274 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()
1277 return cur + nreq >= hr_wq->wqe_cnt; in hns_roce_wq_overflow()
Dhns_roce_device.h1244 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, int nreq,