Lines Matching refs:tx_state
245 uint64_t tx_head, tx_tail, tx_state; in ldc_send_vers() local
249 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_vers()
250 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_vers()
280 uint64_t tx_head, tx_tail, tx_state; in ldc_send_ack() local
284 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_ack()
285 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_ack()
315 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rts() local
319 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rts()
320 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rts()
350 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rtr() local
354 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rtr()
355 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rtr()
385 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rdx() local
389 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rdx()
390 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rdx()
420 uint64_t tx_head, tx_tail, tx_state; in ldc_send_unreliable() local
426 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_unreliable()
427 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_unreliable()