Searched refs:txd_size (Results 1 – 2 of 2) sorted by relevance
1561 if (bdx_fifo_init(priv, &priv->txd_fifo0.m, priv->txd_size, in bdx_tx_init()1572 if (bdx_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size))) in bdx_tx_init()2049 priv->txd_size = 2; in bdx_probe()2290 ring->tx_pending = bdx_tx_fifo_size_to_packets(priv->txd_size); in bdx_get_ringparam()2321 (tx_size == priv->txd_size)) in bdx_set_ringparam()2330 priv->txf_size = priv->txd_size = tx_size; in bdx_set_ringparam()
275 u8 txd_size; member