Searched refs:length_limit (Results 1 – 1 of 1) sorted by relevance
712 u16 length_limit = DMAE_MAX_RW_SIZE; in qed_dmae_execute_command() local737 cnt_split = size_in_dwords / length_limit; in qed_dmae_execute_command()738 length_mod = size_in_dwords % length_limit; in qed_dmae_execute_command()744 offset = length_limit * i; in qed_dmae_execute_command()758 length_cur = (cnt_split == i) ? length_mod : length_limit; in qed_dmae_execute_command()