Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Drdma.c453 int nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_alloc_rsps() local
456 queue->rsps = kcalloc(nr_rsps, sizeof(struct nvmet_rdma_rsp), in nvmet_rdma_alloc_rsps()
461 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_alloc_rsps()
488 int i, nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_free_rsps() local
490 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_free_rsps()