Searched refs:start_byte (Results 1 - 1 of 1) 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; local
267 start_byte = num * sector_size;
268 end_byte = start_byte + sector_size -1;
269 if (start_byte < faddr)
270 start_byte = faddr;
274 addr_src = start_byte - faddr;
275 addr_desc = start_byte - num * sector_size;
278 bcopy(bp, bdesc, (end_byte - start_byte + 1));

Completed in 68 milliseconds