Searched refs:LDC_INFO (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
D | ldc.c | 50 #define LDC_INFO 0x01 macro 385 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in start_handshake() 439 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTS, NULL, 0, in send_rts() 459 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTR, NULL, 0, in send_rtr() 478 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RDX, NULL, 0, in send_rdx() 644 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in process_ver_nack() 661 case LDC_INFO: in process_version() 681 if (p->stype != LDC_INFO || in process_rts() 701 if (p->stype != LDC_INFO || in process_rtr() 724 if (p->stype != LDC_INFO || in process_rdx() [all …]
|