Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sparc/kernel/
Dldc.c349 static struct ldc_packet *handshake_compose_ctrl(struct ldc_channel *lp, in handshake_compose_ctrl() function
378 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in start_handshake()
399 p = handshake_compose_ctrl(lp, LDC_NACK, LDC_VERS, in send_version_nack()
416 p = handshake_compose_ctrl(lp, LDC_ACK, LDC_VERS, in send_version_ack()
432 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTS, NULL, 0, in send_rts()
452 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTR, NULL, 0, in send_rtr()
471 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RDX, NULL, 0, in send_rdx()
638 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in process_ver_nack()