Searched refs:txd_fifo0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 1537 if (bdx_fifo_init(priv, &priv->txd_fifo0.m, priv->txd_size, in bdx_tx_init() 1570 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_space() 1594 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_transmit() 1744 WRITE_REG(priv, priv->txd_fifo0.m.reg_WPTR, in bdx_tx_cleanup() 1745 priv->txd_fifo0.m.wptr & TXF_WPTR_WR_PTR); in bdx_tx_cleanup() 1786 bdx_fifo_free(priv, &priv->txd_fifo0.m); in bdx_tx_free() 1804 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_push_desc()
|
H A D | tehuti.h | 111 #define BDX_MAX_TX_LEVEL (priv->txd_fifo0.m.memsz - 16) 254 struct txd_fifo txd_fifo0; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 1531 if (bdx_fifo_init(priv, &priv->txd_fifo0.m, priv->txd_size, in bdx_tx_init() 1564 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_space() 1588 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_transmit() 1738 WRITE_REG(priv, priv->txd_fifo0.m.reg_WPTR, in bdx_tx_cleanup() 1739 priv->txd_fifo0.m.wptr & TXF_WPTR_WR_PTR); in bdx_tx_cleanup() 1780 bdx_fifo_free(priv, &priv->txd_fifo0.m); in bdx_tx_free() 1798 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_push_desc()
|
H A D | tehuti.h | 111 #define BDX_MAX_TX_LEVEL (priv->txd_fifo0.m.memsz - 16) 254 struct txd_fifo txd_fifo0; member
|
Completed in 9 milliseconds