Lines Matching defs:count
42 u32 count;
50 * @count: Count of hisi_acc_hw_sgl in pool.
51 * @sge_nr: The count of sge in hw_sgl
57 u32 count, u32 sge_nr)
64 if (!dev || !count || !sge_nr || sge_nr > HISI_ACC_SGL_SGE_NR_MAX)
72 block_num = count / sgl_num_per_block;
73 remain_sgl = count % sgl_num_per_block;
106 pool->count = count;
153 if (!pool || !hw_sgl_dma || index >= pool->count)