Searched refs:sge_nr (Results 1 – 2 of 2) sorted by relevance
43 u32 sge_nr; member57 u32 count, u32 sge_nr) in hisi_acc_create_sgl_pool() argument64 if (!dev || !count || !sge_nr || sge_nr > HISI_ACC_SGL_SGE_NR_MAX) in hisi_acc_create_sgl_pool()67 sgl_size = sizeof(struct acc_hw_sge) * sge_nr + in hisi_acc_create_sgl_pool()108 pool->sge_nr = sge_nr; in hisi_acc_create_sgl_pool()217 if (sg_n_mapped > pool->sge_nr) { in hisi_acc_sg_buf_map_to_hw_sgl()228 curr_hw_sgl->entry_length_in_sgl = cpu_to_le16(pool->sge_nr); in hisi_acc_sg_buf_map_to_hw_sgl()237 update_hw_sgl_sum_sge(curr_hw_sgl, pool->sge_nr); in hisi_acc_sg_buf_map_to_hw_sgl()
374 u32 count, u32 sge_nr);