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

/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_tbolt.c857 start_lba_hi = mfi_cmd->cm_frame->io.lba_hi;
904 lba = mfi_cmd->cm_frame->io.lba_hi;
H A Dmfireg.h561 uint32_t lba_hi; member in struct:mfi_io_frame
H A Dmfi.c2229 io->lba_hi = (bio->bio_pblkno & 0xffffffff00000000) >> 32;
2626 io->lba_hi = (lba & 0xffffffff00000000) >> 32;

Completed in 174 milliseconds