Searched refs:pFcpStatus (Results 1 – 1 of 1) sorted by relevance
4092 PFCP_STATUS_RESPONSE pFcpStatus; in buildFCPstatus() local4097 pFcpStatus = (PFCP_STATUS_RESPONSE) // cast RSP buffer for this xchng in buildFCPstatus()4102 pFcpStatus->fcp_status |= FCP_RSP_LEN_VALID; in buildFCPstatus()4103 pFcpStatus->fcp_rsp_len = 0x04000000; // 4 byte len (BIG Endian) in buildFCPstatus()4105 pFcpStatus->fcp_rsp_info = FCP_DATA_LEN_NOT_BURST_LEN; // RSP_CODE in buildFCPstatus()4986 FCP_STATUS_RESPONSE *pFcpStatus = (PFCP_STATUS_RESPONSE) & fcChip->SEST->RspHDR[x_ID].pl; in cpqfcTSCompleteExchange() local4988 ScsiStatus = pFcpStatus->fcp_status >> 24; in cpqfcTSCompleteExchange()5148 FCP_STATUS_RESPONSE *pFcpStatus = (PFCP_STATUS_RESPONSE) & fcChip->SEST->RspHDR[x_ID].pl; in cpqfcTSCheckandSnoopFCP() local5151 ScsiStatus = pFcpStatus->fcp_status >> 24; in cpqfcTSCheckandSnoopFCP()5158 if (pFcpStatus->fcp_status & FCP_RSP_LEN_VALID) { in cpqfcTSCheckandSnoopFCP()[all …]