Searched refs:start_lba_hi (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/mfi/
H A Dmfi_tbolt.c838 uint32_t start_lba_lo = 0, start_lba_hi = 0, device_id; local
850 start_lba_hi = mfi_cmd->cm_frame->io.lba_hi;
853 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_cam.c915 u_int32_t start_lba_hi, start_lba_lo, ld_block_size, ld; local
921 start_lba_hi = 0;
970 start_lba_hi = ((u_int32_t)csio->cdb_io.cdb_bytes[2] << 24) |
976 io_info.ldStartBlock = ((u_int64_t)start_lba_hi << 32) | start_lba_lo;
H A Dmrsas.h2631 u_int32_t start_lba_hi; /* 24h */ member in struct:mrsas_io_frame

Completed in 140 milliseconds