Lines Matching refs:MESSAGE_STATUS_SUCCESS
41 #define MESSAGE_STATUS_SUCCESS 0x0001 macro
111 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
140 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
164 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_out()
175 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
176 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
213 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_in()
224 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
230 MESSAGE_STATUS_SUCCESS, in vmw_port_hb_in()
236 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
271 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()
280 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()
325 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
345 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
359 MESSAGE_STATUS_SUCCESS, in vmw_recv_msg()
365 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()