Searched refs:nrdma (Results 1 – 1 of 1) sorted by relevance
1094 int count, nrdma; in srpt_map_sg_to_ib_sge() local1114 nrdma = ioctx->n_rdma_ius; in srpt_map_sg_to_ib_sge()1116 nrdma = (count + SRPT_DEF_SG_PER_WQE - 1) / SRPT_DEF_SG_PER_WQE in srpt_map_sg_to_ib_sge()1119 ioctx->rdma_ius = kzalloc(nrdma * sizeof *riu, GFP_KERNEL); in srpt_map_sg_to_ib_sge()1123 ioctx->n_rdma_ius = nrdma; in srpt_map_sg_to_ib_sge()