Home
last modified time | relevance | path

Searched refs:cnt_split (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c917 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; in ecore_dmae_execute_command() local
960 cnt_split = size_in_dwords / length_limit; in ecore_dmae_execute_command()
966 for (i = 0; i <= cnt_split; i++) { in ecore_dmae_execute_command()
981 length_cur = (cnt_split == i) ? length_mod : length_limit; in ecore_dmae_execute_command()