Home
last modified time | relevance | path

Searched refs:unit_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dhexdump.c25 size_t unit_len, size_t block_len) in qemu_hexdump_line() argument
33 if (unit_len) { in qemu_hexdump_line()
34 est += len / unit_len; in qemu_hexdump_line()
45 if (unit_len && u == unit_len) { in qemu_hexdump_line()
/openbmc/qemu/include/qemu/
H A Dcutils.h296 size_t unit_len, size_t block_len);
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5354 u32 num_units, u32 unit_len) in ath10k_wmi_alloc_chunk() argument
5361 pool_size = num_units * round_up(unit_len, 4); in ath10k_wmi_alloc_chunk()
5377 u32 num_units, u32 unit_len) in ath10k_wmi_alloc_host_mem() argument
5382 ret = ath10k_wmi_alloc_chunk(ar, req_id, num_units, unit_len); in ath10k_wmi_alloc_host_mem()