Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c742 size_t used_bytes; in efx_bootcfg_copy_sector()
771 used_bytes = 2; in efx_bootcfg_copy_sector()
785 used_bytes = 1; in efx_bootcfg_copy_sector()
788 ++used_bytes; in efx_bootcfg_copy_sector()
807 (void) memset(data + used_bytes, 0, data_size - used_bytes); in efx_bootcfg_copy_sector()
908 &used_bytes); in efx_bootcfg_read()
912 used_bytes = 2; in efx_bootcfg_read()
927 used_bytes = 1; in efx_bootcfg_read()
930 ++used_bytes; in efx_bootcfg_read()
952 (void) memset(data + used_bytes, 0, size - used_bytes); in efx_bootcfg_read()
[all …]