Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c733 __inout_bcount(sector_length) in efx_bootcfg_copy_sector()
735 __in size_t sector_length, in efx_bootcfg_copy_sector() argument
775 EFSYS_ASSERT(sector_length >= 2); in efx_bootcfg_copy_sector()
839 size_t sector_length; in efx_bootcfg_read() local
865 if (sector_length < 2) { in efx_bootcfg_read()
871 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_read()
885 if (sector_length > size) { in efx_bootcfg_read()
926 if (used_bytes >= sector_length) in efx_bootcfg_read()
944 if (sector_length > size) { in efx_bootcfg_read()
970 if (sector_length > size) in efx_bootcfg_read()
[all …]
H A Defx.h1978 __inout_bcount(sector_length)
1980 __in size_t sector_length,