Searched refs:tx_curr (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpcnet32.h139 uint32_t tx_curr; member in struct:pcnet32_private
H A Dpcnet32.c302 priv->tx_curr = 0;
769 priv->tx_iobuf[priv->tx_curr] = iobuf;
771 tx_curr_desc = priv->tx_base + priv->tx_curr;
788 priv->tx_curr = ( priv->tx_curr + 1 ) % TX_RING_SIZE;
810 while ( priv->tx_tail != priv->tx_curr ) {
824 DBG ( "priv->tx_curr = %d\n", priv->tx_curr );
H A Deepro100.h156 int tx_curr; member in struct:ifec_private
H A Dforcedeth.c195 priv->tx_curr = 0;
814 priv->tx_iobuf[priv->tx_curr] = iobuf;
816 tx_curr_desc = priv->tx_ring + priv->tx_curr;
838 priv->tx_curr = ( priv->tx_curr + 1 ) % TX_RING_SIZE;
861 while ( priv->tx_tail != priv->tx_curr ) {
874 DBG ( "priv->tx_curr = %d\n", priv->tx_curr );
H A Dforcedeth.h327 int tx_curr; member in struct:forcedeth_private
H A Deepro100.c1043 priv->tx_curr = priv->tx_tail = 0;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_main.c699 uint32_t tx_curr = adapter->tx_tail; local
712 adapter->tx_iobuf[tx_curr] = iobuf;
715 ( tx_curr * sizeof ( *adapter->tx_base ) );
728 DBG ( "TX fill: %d tx_curr: %d addr: %#08lx len: %zd\n", adapter->tx_fill_ctr,
729 tx_curr, virt_to_bus ( iobuf->data ), iob_len ( iobuf ) );

Completed in 268 milliseconds