Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_bootcfg.c250 size_t chunk_length; in efx_bootcfg_write() local
279 rc = efx_nvram_rw_start(enp, EFX_NVRAM_BOOTROM_CFG, &chunk_length); in efx_bootcfg_write()
283 EFSYS_KMEM_ALLOC(enp->en_esip, chunk_length, chunk); in efx_bootcfg_write()
298 remaining = MIN(chunk_length, sector_length - offset); in efx_bootcfg_write()
301 (void) memset(chunk, 0x0, chunk_length); in efx_bootcfg_write()
317 EFSYS_KMEM_FREE(enp->en_esip, chunk_length, chunk); in efx_bootcfg_write()
326 EFSYS_KMEM_FREE(enp->en_esip, chunk_length, chunk); in efx_bootcfg_write()