Searched refs:tx_fill_ctr (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpcnet32.h141 uint32_t tx_fill_ctr; member in struct:pcnet32_private
H A Dpcnet32.c303 priv->tx_fill_ctr = 0;
764 if ( priv->tx_fill_ctr == TX_RING_SIZE ) {
791 priv->tx_fill_ctr++;
822 DBG ( "priv->tx_fill_ctr= %d\n", priv->tx_fill_ctr );
834 priv->tx_fill_ctr--;
H A Dforcedeth.c194 priv->tx_fill_ctr = 0;
806 if ( priv->tx_fill_ctr == TX_RING_SIZE ) {
830 DBG ( "forcedeth_transmit: tx_fill_ctr = %d\n",
831 priv->tx_fill_ctr );
841 priv->tx_fill_ctr++;
872 DBG ( "priv->tx_fill_ctr= %d\n", priv->tx_fill_ctr );
884 priv->tx_fill_ctr--;
H A Dforcedeth.h326 int tx_fill_ctr; member in struct:forcedeth_private
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_main.c232 adapter->tx_fill_ctr--;
384 adapter->tx_fill_ctr = 0;
704 if ( adapter->tx_fill_ctr == NUM_TX_DESC ) {
728 DBG ( "TX fill: %d tx_curr: %d addr: %#08lx len: %zd\n", adapter->tx_fill_ctr,
733 adapter->tx_fill_ctr++;
H A Digbvf.h294 uint32_t tx_fill_ctr; member in struct:igbvf_adapter

Completed in 97 milliseconds