Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c665 uint32_t log2_chunk_sz; in cnx_write_image() local
676 log2_chunk_sz = cnx_get_log2_chunk_size( in cnx_write_image()
680 new_start_addr = ((type - 1) << handle->log2_chunk_sz); in cnx_write_image()
690 cnx_cont2phys(log2_chunk_sz, i, type) / sector_size; in cnx_write_image()
784 manuf->log2_chunk_sz = 0; in cnx_identify()
1312 ioctl_info.af_addr = cnx_cont2phys(handle->log2_chunk_sz, in cnx_read_guids()
1324 nguidptr_addr = cnx_cont2phys(handle->log2_chunk_sz, in cnx_read_guids()
1451 if (handle->log2_chunk_sz == 0) { in cnx_find_magic_n_chnk_sz()
1525 if (handle->log2_chunk_sz) { in cnx_get_log2_chunk_size_f_hdl()
1526 return (handle->log2_chunk_sz); in cnx_get_log2_chunk_size_f_hdl()
[all …]
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h253 uint32_t log2_chunk_sz; /* FW chunk size */ member