Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-log.c341 void cvmx_log_data(uint64_t size_in_dwords, const uint64_t *data) in cvmx_log_data() argument
343 if (size_in_dwords > 255) in cvmx_log_data()
344 size_in_dwords = 255; in cvmx_log_data()
346 __cvmx_log_write(__cvmx_log_build_header(CVMX_LOG_TYPE_DATA, size_in_dwords)); in cvmx_log_data()
347 while (size_in_dwords--) in cvmx_log_data()
369 uint64_t size_in_dwords = (size_in_bytes + 7) >> 3; in cvmx_log_structure() local
372 if (size_in_dwords > 254) in cvmx_log_structure()
373 size_in_dwords = 254; in cvmx_log_structure()
375 __cvmx_log_write(__cvmx_log_build_header(CVMX_LOG_TYPE_STRUCTURE, size_in_dwords + 1)); in cvmx_log_structure()
377 while (size_in_dwords--) in cvmx_log_structure()
H A Dcvmx-log.h98 void cvmx_log_data(uint64_t size_in_dwords, const uint64_t *data) CVMX_LOG_DISABLE_PC_LOGGING;
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.h259 u32 size_in_dwords,
279 u32 size_in_dwords,
300 u32 size_in_dwords,
H A Decore_hw.c831 u32 size_in_dwords, in ecore_dmae_execute_command() argument
847 size_in_dwords); in ecore_dmae_execute_command()
856 size_in_dwords); in ecore_dmae_execute_command()
881 cnt_split = size_in_dwords / length_limit; in ecore_dmae_execute_command()
882 length_mod = size_in_dwords % length_limit; in ecore_dmae_execute_command()
935 u32 size_in_dwords, in ecore_dmae_host2grc() argument
947 size_in_dwords, p_params); in ecore_dmae_host2grc()
958 u32 size_in_dwords, in ecore_dmae_grc2host() argument
969 size_in_dwords, p_params); in ecore_dmae_grc2host()
981 u32 size_in_dwords, in ecore_dmae_host2host() argument
[all …]