Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c679 u16 length_limit = DMAE_MAX_RW_SIZE; in qed_dmae_execute_command() local
704 cnt_split = size_in_dwords / length_limit; in qed_dmae_execute_command()
705 length_mod = size_in_dwords % length_limit; in qed_dmae_execute_command()
711 offset = length_limit * i; in qed_dmae_execute_command()
725 length_cur = (cnt_split == i) ? length_mod : length_limit; in qed_dmae_execute_command()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c697 u16 length_limit = DMAE_MAX_RW_SIZE; in qed_dmae_execute_command() local
722 cnt_split = size_in_dwords / length_limit; in qed_dmae_execute_command()
723 length_mod = size_in_dwords % length_limit; in qed_dmae_execute_command()
729 offset = length_limit * i; in qed_dmae_execute_command()
743 length_cur = (cnt_split == i) ? length_mod : length_limit; in qed_dmae_execute_command()

Completed in 4 milliseconds