Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c683 ldcp->tx_ackd_head = ldcp->tx_head; in i_ldc_reset_state()
841 while (ldcp->tx_ackd_head != ldcp->tx_head) { in i_ldc_get_tx_head()
842 pkt = (ldc_msg_t *)(ldcp->tx_q_va + ldcp->tx_ackd_head); in i_ldc_get_tx_head()
847 ldcp->tx_ackd_head = in i_ldc_get_tx_head()
848 (ldcp->tx_ackd_head + LDC_PACKET_SIZE) % in i_ldc_get_tx_head()
851 *head = ldcp->tx_ackd_head; in i_ldc_get_tx_head()
1839 tx_head = ldcp->tx_ackd_head; in i_ldc_process_data_ACK()
1850 ldcp->tx_ackd_head = tx_head; in i_ldc_process_data_ACK()
3045 ldcp->tx_ackd_head = ldcp->tx_head; in ldc_open()
3239 ldcp->tx_ackd_head = 0; in ldc_close()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h444 uint64_t tx_ackd_head; /* Tx queue ACKd head (Reliable) */ member