Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h251 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);
H A Dqed_hw.c680 u32 size_in_dwords, in qed_dmae_execute_command() argument
696 size_in_dwords); in qed_dmae_execute_command()
712 cnt_split = size_in_dwords / length_limit; in qed_dmae_execute_command()
713 length_mod = size_in_dwords % length_limit; in qed_dmae_execute_command()
760 u64 source_addr, u32 grc_addr, u32 size_in_dwords, in qed_dmae_host2grc() argument
773 size_in_dwords, p_params); in qed_dmae_host2grc()
783 dma_addr_t dest_addr, u32 size_in_dwords, in qed_dmae_grc2host() argument
795 size_in_dwords, p_params); in qed_dmae_grc2host()
806 u32 size_in_dwords, struct qed_dmae_params *p_params) in qed_dmae_host2host() argument
816 size_in_dwords, p_params); in qed_dmae_host2host()
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c862 bool size_in_dwords; in i3c_hci_init() local
887 size_in_dwords = hci->version_major < 1 || in i3c_hci_init()
895 if (size_in_dwords) in i3c_hci_init()
905 if (size_in_dwords) in i3c_hci_init()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_check.h367 OFFSET_CHECK(struct rogue_fwif_counter_dump_ctl, size_in_dwords, 4);
H A Dpvr_rogue_fwif.h1602 u32 size_in_dwords; member
H A Dpvr_fw.c391 fwif_sysinit->counter_dump_ctl.size_in_dwords = 0; in fw_sysinit_init()