Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c838 size_t partn_length; in efx_bootcfg_read() local
855 rc = efx_nvram_size(enp, EFX_NVRAM_BOOTROM_CFG, &partn_length); in efx_bootcfg_read()
873 if (sector_offset + sector_length > partn_length) { in efx_bootcfg_read()
996 size_t partn_length; in efx_bootcfg_write() local
1009 rc = efx_nvram_size(enp, EFX_NVRAM_BOOTROM_CFG, &partn_length); in efx_bootcfg_write()
1022 if (sector_offset + sector_length > partn_length) { in efx_bootcfg_write()
1053 EFSYS_KMEM_ALLOC(enp->en_esip, partn_length, partn_data); in efx_bootcfg_write()
1065 (caddr_t)partn_data, partn_length); in efx_bootcfg_write()
1083 0, (caddr_t)partn_data, partn_length)) != 0) in efx_bootcfg_write()
1089 EFSYS_KMEM_FREE(enp->en_esip, partn_length, partn_data); in efx_bootcfg_write()
[all …]