Home
last modified time | relevance | path

Searched refs:tx_copybreak (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h497 u32 tx_copybreak; member
597 u32 tx_copybreak; member
H A Dhns3_enet.c1009 u32 len = skb->len <= ring->tx_copybreak ? skb->len : in hns3_can_use_tx_bounce()
1012 if (len > ring->tx_copybreak) in hns3_can_use_tx_bounce()
1027 if (skb->len <= ring->tx_copybreak || !tx_sgl || in hns3_can_use_tx_sgl()
1086 ring->tx_copybreak = priv->tx_copybreak; in hns3_init_tx_spare_buffer()
2167 if (skb->len <= ring->tx_copybreak) { in hns3_handle_tx_bounce()
4933 if (priv->tx_copybreak < priv->min_tx_copybreak) in hns3_update_tx_spare_buf_config()
4934 priv->tx_copybreak = priv->min_tx_copybreak; in hns3_update_tx_spare_buf_config()
4950 ring->tx_copybreak = priv->tx_copybreak; in hns3_ring_get_cfg()
/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c56 static unsigned int tx_copybreak __read_mostly = 128;
57 module_param(tx_copybreak, uint, 0644);
58 MODULE_PARM_DESC(tx_copybreak,