Home
last modified time | relevance | path

Searched refs:lbaLowExp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c784 fis->d.lbaLowExp = 0; in satPacket()
878 fis->d.lbaLowExp = 0; in satSetFeatures()
980 fis->d.lbaLowExp = 0; in satRequestSenseForATAPI()
1067 fis->d.lbaLowExp = 0; in satDeviceReset()
1144 fis->d.lbaLowExp = 0; in satExecuteDeviceDiagnostic()
1369 fis->d.lbaLowExp = 0; in satRead10()
1401 fis->d.lbaLowExp = 0; in satRead10()
1434 fis->d.lbaLowExp = scsiCmnd->cdb[2]; /* FIS LBA (31:24) */ in satRead10()
1484 fis->d.lbaLowExp = scsiCmnd->cdb[2]; /* FIS LBA (31:24) */ in satRead10()
1539 fis->d.lbaLowExp = scsiCmnd->cdb[2]; /* FIS LBA (31:24) */ in satRead10()
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c3345 fis->d.lbaLowExp = 0; in smsatIDStart()
4075 fis->d.lbaLowExp = 0; in smsatPacket()
4157 fis->d.lbaLowExp = 0; in smsatSetFeaturesPIO()
4266 fis->d.lbaLowExp = 0; in smsatRequestSenseForATAPI()
4341 fis->d.lbaLowExp = 0; in smsatDeviceReset()
4418 fis->d.lbaLowExp = 0; in smsatExecuteDeviceDiagnostic()
4575 fis->d.lbaLowExp = 0; in smsatRead6()
4609 fis->d.lbaLowExp = 0; in smsatRead6()
4648 fis->d.lbaLowExp = 0; /* FIS LBA (31:24) */ in smsatRead6()
4683 fis->d.lbaLowExp = 0; /* FIS LBA (31:24) */ in smsatRead6()
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h301 bit8 lbaLowExp; /* Contains the contents of the expanded address field member
343 bit8 lbaLowExp; /* Contains the contents of the expanded address field of the member
413 bit8 lbaLowExp; /* Contains the contents of the expanded address field of the member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2234 SA_DBG5((" lbaLowExp = %x\n", fisD2H->d.lbaLowExp)); in siEventSATASignatureRcvd()