Searched refs:size_in_dwords (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev_api.h | 251 u32 size_in_dwords, 267 u32 grc_addr, dma_addr_t dest_addr, u32 size_in_dwords, 288 u32 size_in_dwords, struct qed_dmae_params *p_params);
|
D | qed_hw.c | 690 u32 size_in_dwords, in qed_dmae_execute_command() argument 706 size_in_dwords); in qed_dmae_execute_command() 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() 770 u64 source_addr, u32 grc_addr, u32 size_in_dwords, in qed_dmae_host2grc() argument 783 size_in_dwords, p_params); in qed_dmae_host2grc() 793 dma_addr_t dest_addr, u32 size_in_dwords, in qed_dmae_grc2host() argument 805 size_in_dwords, p_params); in qed_dmae_grc2host() 816 u32 size_in_dwords, struct qed_dmae_params *p_params) in qed_dmae_host2host() argument 826 size_in_dwords, p_params); in qed_dmae_host2host()
|