Searched refs:nrdma (Results 1 – 1 of 1) sorted by relevance
1093 int count, nrdma; in srpt_map_sg_to_ib_sge() local1113 nrdma = ioctx->n_rdma_ius; in srpt_map_sg_to_ib_sge()1115 nrdma = (count + SRPT_DEF_SG_PER_WQE - 1) / SRPT_DEF_SG_PER_WQE in srpt_map_sg_to_ib_sge()1118 ioctx->rdma_ius = kzalloc(nrdma * sizeof *riu, GFP_KERNEL); in srpt_map_sg_to_ib_sge()1122 ioctx->n_rdma_ius = nrdma; in srpt_map_sg_to_ib_sge()