Searched refs:size_in_dwords (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_hw.c | 891 u32 size_in_dwords, in ecore_dmae_execute_command() argument 906 size_in_dwords); in ecore_dmae_execute_command() 923 cnt_split = size_in_dwords / length_limit; in ecore_dmae_execute_command() 924 length_mod = size_in_dwords % length_limit; in ecore_dmae_execute_command() 974 u32 size_in_dwords, in ecore_dmae_host2grc() argument 990 size_in_dwords, ¶ms); in ecore_dmae_host2grc() 1001 u32 size_in_dwords, in ecore_dmae_grc2host() argument 1016 size_in_dwords, ¶ms); in ecore_dmae_grc2host() 1027 u32 size_in_dwords, in ecore_dmae_host2host() argument 1038 size_in_dwords, in ecore_dmae_host2host()
|
H A D | ecore_dev_api.h | 470 u32 size_in_dwords, 488 u32 size_in_dwords, 507 u32 size_in_dwords,
|
H A D | ecore_dbg_fw_funcs.c | 544 u32 size_in_dwords; member 3042 while (input_offset < input_regs_arr.size_in_dwords) { in ecore_grc_dump_regs_entries() 3121 while (input_offset < s_dbg_arrays[BIN_BUF_DBG_DUMP_REG].size_in_dwords) { in ecore_grc_dump_registers() 3131 curr_input_regs_arr.size_in_dwords = split_data_size; in ecore_grc_dump_registers() 3411 while (input_offset < input_mems_arr.size_in_dwords) { in ecore_grc_dump_mem_entries() 3498 while (input_offset < s_dbg_arrays[BIN_BUF_DBG_DUMP_MEM].size_in_dwords) { in ecore_grc_dump_memories() 3508 curr_input_mems_arr.size_in_dwords = split_data_size; in ecore_grc_dump_memories() 4363 while (input_offset < s_dbg_arrays[BIN_BUF_DBG_IDLE_CHK_RULES].size_in_dwords) { in ecore_idle_chk_dump() 4861 s_dbg_arrays[buf_id].size_in_dwords = BYTES_TO_DWORDS(buf_array[buf_id].length); in ecore_dbg_set_bin_ptr()
|