Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/arc/
Demac.h100 struct buffer_state { struct
152 struct buffer_state rx_buff[RX_BD_NUM];
153 struct buffer_state tx_buff[TX_BD_NUM];
Demac_main.c123 struct buffer_state *tx_buff = &priv->tx_buff[*txbd_dirty]; in arc_emac_tx_clean()
186 struct buffer_state *rx_buff = &priv->rx_buff[*last_rx_bd]; in arc_emac_rx()
444 struct buffer_state *rx_buff = &priv->rx_buff[*last_rx_bd]; in arc_emac_open()
558 struct buffer_state *tx_buff = &priv->tx_buff[i]; in arc_free_tx_queue()
589 struct buffer_state *rx_buff = &priv->rx_buff[i]; in arc_free_rx_queue()