Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c223 uint32_t start_byte, end_byte; in qlge_load_flash() local
267 start_byte = num * sector_size; in qlge_load_flash()
268 end_byte = start_byte + sector_size -1; in qlge_load_flash()
269 if (start_byte < faddr) in qlge_load_flash()
270 start_byte = faddr; in qlge_load_flash()
274 addr_src = start_byte - faddr; in qlge_load_flash()
275 addr_desc = start_byte - num * sector_size; in qlge_load_flash()
278 bcopy(bp, bdesc, (end_byte - start_byte + 1)); in qlge_load_flash()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c1656 int start_byte = buff - (u8 *)hw->nvm_buff.va; in i40e_nvmupd_get_aq_result() local
1659 __func__, start_byte, start_byte + remainder); in i40e_nvmupd_get_aq_result()