Home
last modified time | relevance | path

Searched refs:length_cur (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c676 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; in qed_dmae_execute_command() local
725 length_cur = (cnt_split == i) ? length_mod : length_limit; in qed_dmae_execute_command()
728 if (!length_cur) in qed_dmae_execute_command()
737 length_cur); in qed_dmae_execute_command()
742 dst_addr, length_cur); in qed_dmae_execute_command()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c694 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; in qed_dmae_execute_command() local
743 length_cur = (cnt_split == i) ? length_mod : length_limit; in qed_dmae_execute_command()
746 if (!length_cur) in qed_dmae_execute_command()
755 length_cur); in qed_dmae_execute_command()
760 dst_addr, length_cur); in qed_dmae_execute_command()

Completed in 3 milliseconds