Searched refs:pIWE (Results 1 – 1 of 1) sorted by relevance
3352 TachLiteIWE *pIWE; in cpqfcTSBuildExchange() local3695 pIWE = &fcChip->SEST->u[*fcExchangeIndex].IWE; in cpqfcTSBuildExchange()3700 pIWE->Hdr_Len = 0x8e000020L; // data frame Len always 32 bytes in cpqfcTSBuildExchange()3719 pIWE->Hdr_Len |= fl; // add xmit FC frame len for data phase in cpqfcTSBuildExchange()3720 …pIWE->Hdr_Addr = fcChip->SEST->base + ((unsigned long) &fcChip->SEST->DataHDR[*fcExchangeIndex] - … in cpqfcTSBuildExchange()3722 pIWE->RSP_Len = sizeof(TachFCHDR_RSP); // hdr+data (recv'd RSP frame) in cpqfcTSBuildExchange()3723 pIWE->RSP_Len |= (InFCHS->s_id << 8); // MS 24 bits Remote_ID in cpqfcTSBuildExchange()3727 …pIWE->RSP_Addr = fcChip->SEST->base + ((unsigned long) &fcChip->SEST->RspHDR[*fcExchangeIndex] - (… in cpqfcTSBuildExchange()3733 fcp_dl = build_SEST_sgList(dev->PciDev, &pIWE->GLen1, Cmnd, // S/G list in cpqfcTSBuildExchange()3749 pIWE->Buff_Off = 0x78000000L; // extended data | (no offset) in cpqfcTSBuildExchange()[all …]