Searched refs:LDC_CHANNEL_UP (Results 1 – 7 of 7) sorted by relevance
250 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_vers()285 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_ack()320 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rts()355 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rtr()390 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rdx()427 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_unreliable()
221 case LDC_CHANNEL_UP: in vldcp_tx_intr()264 case LDC_CHANNEL_UP: in vldcp_rx_intr()395 if (rx_state != LDC_CHANNEL_UP) { in vldcpread()456 if (tx_state != LDC_CHANNEL_UP) { in vldcpwrite()611 if (err == 0 && state == LDC_CHANNEL_UP && head != tail) { in filt_vldcpread()636 if (err == 0 && state == LDC_CHANNEL_UP && head != tail) { in filt_vldcwrite()
184 case LDC_CHANNEL_UP: in vcctty_tx_intr()219 case LDC_CHANNEL_UP: in vcctty_rx_intr()260 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) in vcctty_send_data()291 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) in vcctty_send_break()
386 case LDC_CHANNEL_UP: in vdsk_tx_intr()424 case LDC_CHANNEL_UP: in vdsk_rx_intr()
349 case LDC_CHANNEL_UP: in vnet_tx_intr()395 case LDC_CHANNEL_UP: in vnet_rx_intr()
417 case LDC_CHANNEL_UP: in vdsp_tx_intr()456 case LDC_CHANNEL_UP: in vdsp_rx_intr()
268 #define LDC_CHANNEL_UP 1 macro