Searched refs:hr_wq (Results 1 – 2 of 2) sorted by relevance
1444 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq, in hns_roce_wq_overflow() argument1450 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()
1211 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq,