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

/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_tbolt.c842 uint32_t start_lba_lo = 0, start_lba_hi = 0, device_id; local
854 start_lba_hi = mfi_cmd->cm_frame->io.lba_hi;
857 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c978 u_int32_t start_lba_hi, start_lba_lo, ld_block_size, ld; local
984 start_lba_hi = 0;
1033 start_lba_hi = ((u_int32_t)csio->cdb_io.cdb_bytes[2] << 24) |
1039 io_info.ldStartBlock = ((u_int64_t)start_lba_hi << 32) | start_lba_lo;
H A Dmrsas.h2639 u_int32_t start_lba_hi; /* 24h */ member in struct:mrsas_io_frame

Completed in 123 milliseconds