Searched refs:MESSAGE_STATUS_SUCCESS (Results 1 – 1 of 1) sorted by relevance
43 #define MESSAGE_STATUS_SUCCESS 0x0001 macro105 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()138 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()167 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_out()178 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()179 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()222 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_in()232 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()240 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()245 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()[all …]