Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c3348 TachFCHDR_GCMND *CMDfchs; in cpqfcTSBuildExchange() local
3397 CMDfchs = &Exchanges->fcExchange[*fcExchangeIndex].fchs; in cpqfcTSBuildExchange()
3412 CMDfchs->reserved = 0L; // must clear in cpqfcTSBuildExchange()
3413 CMDfchs->sof_eof = 0x75000000L; // SOFi3:EOFn no UAM; LCr=0, no TS in cpqfcTSBuildExchange()
3419 CMDfchs->d_id = InFCHS->s_id & 0xFFFFFF; // destination (add R_CTL later) in cpqfcTSBuildExchange()
3420 CMDfchs->s_id = fcChip->Registers.my_al_pa; // CS_CTL = 0 in cpqfcTSBuildExchange()
3435 CMDfchs->d_id |= 0x80000000L; // R_CTL = 80 for NOP (Basic Link Ser.) in cpqfcTSBuildExchange()
3436 CMDfchs->f_ctl = 0x00310000L; // xchng originator, 1st seq,.... in cpqfcTSBuildExchange()
3437 CMDfchs->seq_cnt = 0x0L; in cpqfcTSBuildExchange()
3438 CMDfchs->ox_rx_id = 0xFFFF; // RX_ID for now; OX_ID on start in cpqfcTSBuildExchange()
[all …]