Searched refs:nr_rsps (Results 1 – 1 of 1) sorted by relevance
452 int nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_alloc_rsps() local455 if (sbitmap_init_node(&queue->rsp_tags, nr_rsps, -1, GFP_KERNEL, in nvmet_rdma_alloc_rsps()459 queue->rsps = kvzalloc_objs(struct nvmet_rdma_rsp, nr_rsps); in nvmet_rdma_alloc_rsps()463 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_alloc_rsps()486 int i, nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_free_rsps() local488 for (i = 0; i < nr_rsps; i++) in nvmet_rdma_free_rsps()