Lines Matching refs:MESSAGE_STATUS_SUCCESS
41 #define MESSAGE_STATUS_SUCCESS 0x0001 macro
108 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
141 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
171 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_out()
182 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
183 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
227 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_in()
237 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
245 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
250 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
289 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()
298 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()
347 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
367 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
386 MESSAGE_STATUS_SUCCESS, si, di, in vmw_recv_msg()
391 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()