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.c1444 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq, in hns_roce_wq_overflow() argument
1450 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()
1451 if (likely(cur + nreq < hr_wq->wqe_cnt)) in hns_roce_wq_overflow()
1456 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()
1459 return cur + nreq >= hr_wq->wqe_cnt; in hns_roce_wq_overflow()
H A Dhns_roce_device.h1211 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq,