Searched refs:rxe_cq_chk_attr (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_cq.c | 11 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, in rxe_cq_chk_attr() function
|
D | rxe_loc.h | 25 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
|
D | rxe_verbs.c | 786 err = rxe_cq_chk_attr(rxe, NULL, attr->cqe, attr->comp_vector); in rxe_create_cq() 827 err = rxe_cq_chk_attr(rxe, cq, cqe, 0); in rxe_resize_cq()
|