Searched refs:start_byte (Results 1 – 2 of 2) sorted by relevance
223 uint32_t start_byte, end_byte; in qlge_load_flash() local267 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()
1512 int start_byte = buff - (u8 *)hw->nvm_buff.va; in i40e_nvmupd_get_aq_result() local1515 __func__, start_byte, start_byte + remainder); in i40e_nvmupd_get_aq_result()