Searched refs:rx_cmd (Results 1 – 1 of 1) sorted by relevance
65 u16 rx_cmd; in mclink_send() local87 rx_cmd = (rx_cmd_status >> 12) & 0x03; in mclink_send()88 if (rx_cmd != 0) in mclink_send()89 printf("mclink_send: received cmd %d, expected %d\n", rx_cmd, in mclink_send()98 u16 rx_cmd; in mclink_receive() local126 rx_cmd = (rx_cmd_status >> 12) & 0x03; in mclink_receive()127 if (rx_cmd != 1) { in mclink_receive()129 rx_cmd, 1); in mclink_receive()