Searched refs:MV_TRUE (Results 1 – 3 of 3) sorted by relevance
66 typedef enum mvBoolean{MV_FALSE, MV_TRUE} MV_BOOLEAN; enumerator115 #define mvOsSemInit(p) (MV_TRUE)116 #define mvOsSemTake(p) (MV_TRUE)117 #define mvOsSemRelease(p) (MV_TRUE)
300 pAdapter->mvChannel[channelNum].online = MV_TRUE; in hptmv_init_channel() 361 pMvSataChannel->lba48Address = MV_TRUE; in hptmv_parse_identify_results() 386 if (pMvSataChannel->lba48Address == MV_TRUE) in init_vdev_params() 883 return MV_TRUE; in hptmv_event_notify() 889 return MV_TRUE; in hptmv_event_notify() 1154 channelInfo->writeCacheEnabled = MV_TRUE; in fDeSetWriteCache() 1193 channelInfo->readAheadEnabled = MV_TRUE; in fDeSetReadAhead() 1416 == MV_TRUE) in init_adapter() 1438 pAdapter->mvChannel[channel].online = MV_TRUE; in init_adapter() 1441 MV_TRUE);*/ in init_adapter() [all...]
469 if (pAdapTemp->mvChannel[bus].online == MV_TRUE) in hpt_get_channel_info()