Lines Matching refs:LDC_INFO
45 #define LDC_INFO 0x01 macro
380 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in start_handshake()
434 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTS, NULL, 0, in send_rts()
454 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTR, NULL, 0, in send_rtr()
473 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RDX, NULL, 0, in send_rdx()
639 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in process_ver_nack()
656 case LDC_INFO: in process_version()
676 if (p->stype != LDC_INFO || in process_rts()
696 if (p->stype != LDC_INFO || in process_rtr()
719 if (p->stype != LDC_INFO || in process_rdx()
1507 p->stype = LDC_INFO; in write_nonraw()
1707 if (!(p->stype & LDC_INFO)) { in read_nonraw()