Searched refs:size_in_dwords (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-log.c337 * @param size_in_dwords
341 void cvmx_log_data(uint64_t size_in_dwords, const uint64_t *data) argument
343 if (size_in_dwords > 255)
344 size_in_dwords = 255;
346 __cvmx_log_write(__cvmx_log_build_header(CVMX_LOG_TYPE_DATA, size_in_dwords));
347 while (size_in_dwords--)
369 uint64_t size_in_dwords = (size_in_bytes + 7) >> 3; local
372 if (size_in_dwords > 254)
373 size_in_dwords = 254;
375 __cvmx_log_write(__cvmx_log_build_header(CVMX_LOG_TYPE_STRUCTURE, size_in_dwords
[all...]
H A Dcvmx-log.h94 * @param size_in_dwords
98 void cvmx_log_data(uint64_t size_in_dwords, const uint64_t *data) CVMX_LOG_DISABLE_PC_LOGGING;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c897 "Wait Failed. source_addr 0x%llx, grc_addr 0x%llx, size_in_dwords 0x%x, intermediate buffer 0x%llx.\n",
915 u32 size_in_dwords,
930 size_in_dwords);
938 size_in_dwords);
947 "ecore_dmae_execute_sub_operation failed. Invalid state. source_addr 0x%llx, destination addr 0x%llx, size_in_dwords 0x%x\n",
962 cnt_split = size_in_dwords / length_limit;
963 length_mod = size_in_dwords % length_limit;
998 "ecore_dmae_execute_sub_operation Failed with error 0x%x. source_addr 0x%llx, destination addr 0x%llx, size_in_dwords 0x%x\n",
1013 u32 size_in_dwords,
1025 size_in_dwords, p_param
911 ecore_dmae_execute_command(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 size_in_dwords, struct ecore_dmae_params *p_params) argument
1009 ecore_dmae_host2grc(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u64 source_addr, u32 grc_addr, u32 size_in_dwords, struct ecore_dmae_params *p_params) argument
1032 ecore_dmae_grc2host(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 grc_addr, dma_addr_t dest_addr, u32 size_in_dwords, struct ecore_dmae_params *p_params) argument
1054 ecore_dmae_host2host(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, dma_addr_t source_addr, dma_addr_t dest_addr, u32 size_in_dwords, struct ecore_dmae_params *p_params) argument
[all...]
H A Decore_dev_api.h496 * @param size_in_dwords
506 u32 size_in_dwords,
516 * @param size_in_dwords
526 u32 size_in_dwords,
537 * @param size_in_dwords
547 u32 size_in_dwords,
H A Decore_dbg_fw_funcs.c548 u32 size_in_dwords; member in struct:dbg_array
3116 while (input_offset < input_regs_arr.size_in_dwords) {
3192 while (input_offset < s_dbg_arrays[BIN_BUF_DBG_DUMP_REG].size_in_dwords) {
3202 curr_input_regs_arr.size_in_dwords = split_data_size;
3478 while (input_offset < input_mems_arr.size_in_dwords) {
3565 while (input_offset < s_dbg_arrays[BIN_BUF_DBG_DUMP_MEM].size_in_dwords) {
3575 curr_input_mems_arr.size_in_dwords = split_data_size;
4432 while (input_offset < s_dbg_arrays[BIN_BUF_DBG_IDLE_CHK_RULES].size_in_dwords) {
4927 s_dbg_arrays[buf_id].size_in_dwords = BYTES_TO_DWORDS(buf_array[buf_id].length);

Completed in 87 milliseconds