Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h110 int tx_frags_to_ack; member
H A Dxnf.c570 txp->tx_frags_to_ack = 0; in xnf_data_txbuf_alloc()
1477 ASSERT3S(txp->tx_head->tx_frags_to_ack, >, 0); in xnf_tx_clean_ring()
1478 txp->tx_head->tx_frags_to_ack--; in xnf_tx_clean_ring()
1484 if (txp->tx_head->tx_frags_to_ack == 0) in xnf_tx_clean_ring()
1718 head->tx_frags_to_ack = nslots - extras; in xnf_tx_push_packet()