Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dldc.c77 case LDC_INFO: in ldc_rx_ctrl_vers()
115 case LDC_INFO: in ldc_rx_ctrl_rts()
147 case LDC_INFO: in ldc_rx_ctrl_rtr()
180 case LDC_INFO: in ldc_rx_ctrl_rdx()
213 if (lp->stype != LDC_INFO) { in ldc_rx_data()
262 lp->stype = LDC_INFO; in ldc_send_vers()
335 lp->stype = LDC_INFO; in ldc_send_rts()
371 lp->stype = LDC_INFO; in ldc_send_rtr()
407 lp->stype = LDC_INFO; in ldc_send_rdx()
454 lp->stype = LDC_INFO; in ldc_send_unreliable()
H A Dldcvar.h70 #define LDC_INFO 0x01 macro