Searched refs:m_highestResp (Results 1 – 2 of 2) sorted by relevance
92 void InitCollateDataPathResp() { m_highestResp = OCSD_RESP_CONT; }; in InitCollateDataPathResp()94 const ocsd_datapath_resp_t highestDataPathResp() const { return m_highestResp; }; in highestDataPathResp()95 const bool dataPathCont() const { return (bool)(m_highestResp < OCSD_RESP_WAIT); }; in dataPathCont()128 ocsd_datapath_resp_t m_highestResp; variable
226 if(resp > m_highestResp) m_highestResp = resp; in CollateDataPathResp()