Home
last modified time | relevance | path

Searched refs:handshake_compose_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dldc.c356 static struct ldc_packet *handshake_compose_ctrl(struct ldc_channel *lp, in handshake_compose_ctrl() function
385 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in start_handshake()
406 p = handshake_compose_ctrl(lp, LDC_NACK, LDC_VERS, in send_version_nack()
423 p = handshake_compose_ctrl(lp, LDC_ACK, LDC_VERS, in send_version_ack()
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()