Symbol: DWORDS_TO_BYTES
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
1967
DWORDS_TO_BYTES(SEM_FAST_REG_INT_RAM_SIZE_E5) :
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
1968
DWORDS_TO_BYTES(SEM_FAST_REG_INT_RAM_SIZE_BB_K2))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2214
*(dump_buf + offset) = ~OSAL_CRC32(0xffffffff, (u8 *)dump_buf, DWORDS_TO_BYTES(offset));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2489
for (line = start_line, reg_addr = DBG_REG_INTR_BUFFER + DWORDS_TO_BYTES(start_line * INT_BUF_LINE_SIZE_IN_DWORDS);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2924
ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(reg_data->sts_clr_address));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2971
buf[i] = ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(addr + i));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3000
if (!ecore_dmae_grc2host(p_hwfn, p_ptt, DWORDS_TO_BYTES(addr), (u64)(osal_uintptr_t)(dump_buf), len, OSAL_NULL))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3077
OSAL_MEMSET(dump_buf + offset, 0, DWORDS_TO_BYTES(curr_len));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3394
u32 addr_in_bytes = DWORDS_TO_BYTES(addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
381
#ifndef DWORDS_TO_BYTES
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
398
#define RAM_LINES_TO_BYTES(lines) DWORDS_TO_BYTES(RAM_LINES_TO_DWORDS(lines))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4012
OSAL_MEMSET(dump_buf + offset, 0, DWORDS_TO_BYTES(block_dwords));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
474
#define CHUNK_SIZE_IN_BYTES DWORDS_TO_BYTES(CHUNK_SIZE_IN_DWORDS)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
482
#define PCI_BUF_LINE_SIZE_IN_BYTES DWORDS_TO_BYTES(PCI_BUF_LINE_SIZE_IN_DWORDS)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4879
next_list_idx_addr = fw_asserts_section_addr + DWORDS_TO_BYTES(asserts->list_next_index_dword_offset);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5653
ecore_wr(p_hwfn, p_ptt, DBG_REG_CALENDAR_SLOT0 + DWORDS_TO_BYTES(i), next_storm_id);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6418
sts_addr = DWORDS_TO_BYTES(clear_status ? reg_data->sts_clr_address : GET_FIELD(reg_data->data, DBG_ATTN_REG_STS_ADDRESS));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6429
reg_result->mask_val = ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(reg_data->mask_address));