Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c676 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; in qed_dmae_execute_command() local
705 length_mod = size_in_dwords % length_limit; in qed_dmae_execute_command()
725 length_cur = (cnt_split == i) ? length_mod : length_limit; in qed_dmae_execute_command()