Searched refs:NUM_TX_DESC (Results 1 – 10 of 10) sorted by relevance
38 #define NUM_TX_DESC 8 /* [8..1024] */ macro40 #define TX_RING_BYTES (NUM_TX_DESC * sizeof(struct TxDesc))263 struct io_buffer *Tx_iobuf[NUM_TX_DESC];
74 #define NUM_TX_DESC 8 /* Number of Tx descriptor registers */ macro77 #define R8169_TX_RING_BYTES (NUM_TX_DESC * sizeof(struct TxDesc))446 struct io_buffer *tx_iobuf[NUM_TX_DESC];
378 #define NUM_TX_DESC 2 /* Number of TX descriptors */454 char *tx_memcpy[NUM_TX_DESC];560 mem_start += (sizeof(struct depca_tx_desc) * NUM_TX_DESC);568 lp.txRingMask = NUM_TX_DESC - 1;
319 unsigned int entry = dirty_tx % NUM_TX_DESC; in sis190_process_tx()388 memset(tp->Tx_iobuf, 0, NUM_TX_DESC * sizeof(struct io_buffer *)); in sis190_init_ring()628 for(i = 0; i < NUM_TX_DESC; i++) in sis190_free()651 entry = tp->cur_tx % NUM_TX_DESC; in sis190_transmit()665 if (entry == (NUM_TX_DESC - 1)) in sis190_transmit()
1649 tp->tx_tail = ( tp->tx_tail + 1 ) % NUM_TX_DESC; in rtl8169_process_tx_packets()1952 if ( tp->tx_fill_ctr == NUM_TX_DESC ) { in rtl8169_transmit()1981 ( tp->tx_curr == ( NUM_TX_DESC - 1 ) ? RingEnd : 0 ) | in rtl8169_transmit()1995 tp->tx_curr = ( tp->tx_curr + 1 ) % NUM_TX_DESC; in rtl8169_transmit()
22 #define NUM_TX_DESC 8 macro30 #define TX_RING_SIZE ( NUM_TX_DESC * sizeof ( struct skge_rx_desc ) )
656 #define NUM_TX_DESC 2 /* Number of Tx descriptor registers. */ macro
1745 skge->dma + RX_RING_SIZE, NUM_TX_DESC); in skge_up()1861 return ((ring->to_clean > ring->to_use) ? 0 : NUM_TX_DESC) in skge_tx_avail()
260 #define NUM_TX_DESC 8 macro263 struct io_buffer *tx_iobuf[NUM_TX_DESC];
640 if ( adapter->tx_fill_ctr == NUM_TX_DESC ) { in e1000_transmit()670 adapter->tx_tail = ( adapter->tx_tail + 1 ) % NUM_TX_DESC; in e1000_transmit()742 adapter->tx_head = ( adapter->tx_head + 1 ) % NUM_TX_DESC; in e1000_poll()860 adapter->tx_ring_size = sizeof ( *adapter->tx_base ) * NUM_TX_DESC; in e1000_probe()