Lines Matching defs:tx_state
249 uint64_t tx_head, tx_tail, tx_state;
253 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
254 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
287 uint64_t tx_head, tx_tail, tx_state;
291 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
292 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
294 printf("ldc_send_ack() err %d tx_state %lu\n", err, (long unsigned int)tx_state);
325 uint64_t tx_head, tx_tail, tx_state;
329 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
330 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
332 printf("ldc_send_rts() err %d tx_state %lu\n", err, (long unsigned int)tx_state);
363 uint64_t tx_head, tx_tail, tx_state;
367 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
368 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
370 printf("ldc_send_rtr() err %d state %lu\n", err, (long unsigned int)tx_state);
401 uint64_t tx_head, tx_tail, tx_state;
405 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
406 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
408 printf("ldc_send_rdx() err %d state %lu\n", err, (long unsigned int)tx_state);
439 uint64_t tx_head, tx_tail, tx_state;
445 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
446 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
448 printf("ldc_send_unrealiable() err %d state %lu\n", err, (long unsigned int)tx_state);