Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1053 int ocrdma_resize_cq(struct ib_cq *ibcq, int new_cnt, in ocrdma_resize_cq() argument
1059 if (new_cnt < 1 || new_cnt > cq->max_hw_cqe) { in ocrdma_resize_cq()
1063 ibcq->cqe = new_cnt; in ocrdma_resize_cq()