Searched refs:TX_QUEUE_ENTRIES (Results 1 – 2 of 2) sorted by relevance
34 #define TX_QUEUE_ENTRIES 8 macro151 struct ep93xx_tdesc tdesc[TX_QUEUE_ENTRIES];153 struct ep93xx_tstat tstat[TX_QUEUE_ENTRIES];166 void *tx_buf[TX_QUEUE_ENTRIES];348 ep->tx_pointer = (ep->tx_pointer + 1) & (TX_QUEUE_ENTRIES - 1); in ep93xx_xmit()362 if (ep->tx_pending == TX_QUEUE_ENTRIES) in ep93xx_xmit()413 ep->tx_clean_pointer = (entry + 1) & (TX_QUEUE_ENTRIES - 1); in ep93xx_tx_complete()414 if (ep->tx_pending == TX_QUEUE_ENTRIES) in ep93xx_tx_complete()467 for (i = 0; i < TX_QUEUE_ENTRIES; i++) { in ep93xx_free_buffers()511 for (i = 0; i < TX_QUEUE_ENTRIES; i++) { in ep93xx_alloc_buffers()[all …]
42 #define TX_QUEUE_ENTRIES 16 /* must be power of 2 */ macro60 struct ftmac100_txdes txdes[TX_QUEUE_ENTRIES];563 return (pointer + 1) & (TX_QUEUE_ENTRIES - 1); in ftmac100_next_tx_pointer()658 if (priv->tx_pending == TX_QUEUE_ENTRIES) in ftmac100_xmit()717 for (i = 0; i < TX_QUEUE_ENTRIES; i++) { in ftmac100_free_buffers()755 ftmac100_txdes_set_end_of_ring(&priv->descs->txdes[TX_QUEUE_ENTRIES - 1]); in ftmac100_alloc_buffers()