Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/ !
DcpqfcTSworker.c3350 TachFCHDR_RSP *rspHDR; // 32 byte header + RSP payload in cpqfcTSBuildExchange() local
3882 rspHDR = &fcChip->SEST->RspHDR[*fcExchangeIndex]; in cpqfcTSBuildExchange()
3883 rspHDR->reserved = 0L; // must clear in cpqfcTSBuildExchange()
3884 rspHDR->sof_eof = 0x75000000L; // SOFi3:EOFn no UAM; no CLS, noLCr, no TS in cpqfcTSBuildExchange()
3885 rspHDR->d_id = (InFCHS->s_id | 0x07000000L); // R_CTL= FCP_RSP in cpqfcTSBuildExchange()
3886 rspHDR->s_id = fcChip->Registers.my_al_pa; // CS_CTL = 0 in cpqfcTSBuildExchange()
3889 rspHDR->f_ctl = 0x08910000L; in cpqfcTSBuildExchange()
3890 rspHDR->seq_cnt = 0x03000000; // sequence ID in cpqfcTSBuildExchange()
3891 rspHDR->ox_rx_id = InFCHS->ox_rx_id; // gives us OX_ID in cpqfcTSBuildExchange()
3892 rspHDR->ro = 0x0L; // relative offset (n/a) in cpqfcTSBuildExchange()
[all …]