Searched defs:start_lba_hi (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1336 u32 start_lba_lo, start_lba_hi, device_id; local
1355 start_lba_hi = 0;
1403 start_lba_hi = ((u32) scp->cmnd[2] << 24) |
1409 io_info.ldStartBlock = ((u64)start_lba_hi << 32) | start_lba_lo;
H A Dmegaraid_sas.h957 u32 start_lba_hi; /*24h */ member in struct:megasas_io_frame

Completed in 79 milliseconds