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

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c844 uint32_t start_lba_lo = 0, start_lba_hi = 0, device_id; local
856 start_lba_hi = mfi_cmd->cm_frame->io.lba_hi;
859 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_cam.c984 u_int32_t start_lba_hi, start_lba_lo, ld_block_size, ld; local
990 start_lba_hi = 0;
1039 start_lba_hi = ((u_int32_t)csio->cdb_io.cdb_bytes[2] << 24) |
1045 io_info.ldStartBlock = ((u_int64_t)start_lba_hi << 32) | start_lba_lo;
H A Dmrsas.h2466 u_int32_t start_lba_hi; /* 24h */ member in struct:mrsas_io_frame

Completed in 133 milliseconds