Lines Matching defs:tx_head
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);
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);
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);
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);
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);
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);
452 tx_avail = (tx_head - tx_tail) / sizeof(*lp) +