Searched defs:log2_chunk_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c78 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);
575 new_start_addr = cnx_cont2phys(handle->log2_chunk_sz, 0, type);
665 uint32_t log2_chunk_sz; local
676 log2_chunk_sz = cnx_get_log2_chunk_size(
680 new_start_addr = ((type - 1) << handle->log2_chunk_sz);
690 cnx_cont2phys(log2_chunk_sz, i, type) / sector_size;
704 ioctl_info.af_addr = cnx_cont2phys(log2_chunk_sz, i, type);
720 ioctl_info.af_addr = cnx_cont2phys(log2_chunk_sz, i, type);
784 manuf->log2_chunk_sz
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h253 uint32_t log2_chunk_sz; /* FW chunk size */ member in struct:ib_cnx_encap_ident_s

Completed in 47 milliseconds