Home
last modified time | relevance | path

Searched refs:nvme_rdma_qe (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/host/
H A Drdma.c50 struct nvme_rdma_qe { struct
65 struct nvme_rdma_qe sqe;
86 struct nvme_rdma_qe *rsp_ring;
111 struct nvme_rdma_qe async_event_sqe;
176 static void nvme_rdma_free_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_free_qe()
183 static int nvme_rdma_alloc_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_alloc_qe()
201 struct nvme_rdma_qe *ring, size_t ib_queue_size, in nvme_rdma_free_ring()
211 static struct nvme_rdma_qe *nvme_rdma_alloc_ring(struct ib_device *ibdev, in nvme_rdma_alloc_ring()
215 struct nvme_rdma_qe *ring; in nvme_rdma_alloc_ring()
218 ring = kcalloc(ib_queue_size, sizeof(struct nvme_rdma_qe), GFP_KERNE in nvme_rdma_alloc_ring()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Drdma.c50 struct nvme_rdma_qe { struct
65 struct nvme_rdma_qe sqe;
86 struct nvme_rdma_qe *rsp_ring;
111 struct nvme_rdma_qe async_event_sqe;
176 static void nvme_rdma_free_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_free_qe()
183 static int nvme_rdma_alloc_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_alloc_qe()
201 struct nvme_rdma_qe *ring, size_t ib_queue_size, in nvme_rdma_free_ring()
211 static struct nvme_rdma_qe *nvme_rdma_alloc_ring(struct ib_device *ibdev, in nvme_rdma_alloc_ring()
215 struct nvme_rdma_qe *ring; in nvme_rdma_alloc_ring()
218 ring = kcalloc(ib_queue_size, sizeof(struct nvme_rdma_qe), GFP_KERNE in nvme_rdma_alloc_ring()
[all...]

Completed in 5 milliseconds