Searched refs:log2_chunk_sz (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 78 static uint32_t cnx_cont2phys(uint32_t log2_chunk_sz, uint32_t cont_addr, 509 phys_addr = cnx_cont2phys(handle->log2_chunk_sz, i, type); in cnx_read_image() 575 new_start_addr = cnx_cont2phys(handle->log2_chunk_sz, 0, type); in cnx_verify_image() 665 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() 704 ioctl_info.af_addr = cnx_cont2phys(log2_chunk_sz, i, type); in cnx_write_image() 720 ioctl_info.af_addr = cnx_cont2phys(log2_chunk_sz, i, type); in cnx_write_image() 784 manuf->log2_chunk_sz = 0; in cnx_identify() [all …]
|
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | hermon_ib.h | 253 uint32_t log2_chunk_sz; /* FW chunk size */ member
|