Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/arc/
H A Demac.h89 #define TX_BD_NUM 128 macro
92 #define TX_RING_SZ (TX_BD_NUM * sizeof(struct arc_emac_bd))
152 struct buffer_state tx_buff[TX_BD_NUM];
H A Demac_main.c36 return (priv->txbd_dirty + TX_BD_NUM - priv->txbd_curr - 1) % TX_BD_NUM; in arc_emac_tx_avail()
117 for (i = 0; i < TX_BD_NUM; i++) { in arc_emac_tx_clean()
154 *txbd_dirty = (*txbd_dirty + 1) % TX_BD_NUM; in arc_emac_tx_clean()
492 (TX_BD_NUM << 16) | /* TX BD table length */ in arc_emac_open()
557 for (i = 0; i < TX_BD_NUM; i++) { in arc_free_tx_queue()
727 *txbd_curr = (*txbd_curr + 1) % TX_BD_NUM; in arc_emac_tx()