Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c300 static int io_uring_wait_cqe(struct io_uring *ring, struct io_uring_cqe **cqe_ptr) in io_uring_wait_cqe() argument
307 *cqe_ptr = NULL; in io_uring_wait_cqe()
311 *cqe_ptr = &cq->cqes[head & mask]; in io_uring_wait_cqe()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c189 static void dump_cqe(struct mthca_dev *dev, void *cqe_ptr) in dump_cqe() argument
191 __be32 *cqe = cqe_ptr; in dump_cqe()