Searched refs:hr_wq (Results 1 – 2 of 2) sorted by relevance
1426 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq, in hns_roce_wq_overflow() argument1432 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()1433 if (likely(cur + nreq < hr_wq->wqe_cnt)) in hns_roce_wq_overflow()1438 cur = hr_wq->head - hr_wq->tail; in hns_roce_wq_overflow()1441 return cur + nreq >= hr_wq->wqe_cnt; in hns_roce_wq_overflow()
1180 bool hns_roce_wq_overflow(struct hns_roce_wq *hr_wq, u32 nreq,
Completed in 12 milliseconds