Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c3344 u32 SfsLen = 0L; in cpqfcTSBuildExchange() local
3428 SfsLen = *pIRB_flags; in cpqfcTSBuildExchange()
3430 SfsLen <<= 24; // shift flags to MSB in cpqfcTSBuildExchange()
3431 SfsLen += 32L; // add len to LSB (header only - no payload) in cpqfcTSBuildExchange()
3448 SfsLen = *pIRB_flags; in cpqfcTSBuildExchange()
3450 SfsLen <<= 24; // shift flags to MSB in cpqfcTSBuildExchange()
3451 SfsLen += 32 + 12; // add len to LSB (header + 3 DWORD payload) in cpqfcTSBuildExchange()
3482 SfsLen = *pIRB_flags; in cpqfcTSBuildExchange()
3484 SfsLen <<= 24; // shift flags to MSB in cpqfcTSBuildExchange()
3485 SfsLen += 32 + 12; // add len to LSB (header + 3 DWORD payload) in cpqfcTSBuildExchange()
[all …]