Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h599 u32 min_tx_copybreak; member
H A Dhns3_ethtool.c1939 if (copybreak < priv->min_tx_copybreak) { in hns3_check_tx_copybreak()
1941 copybreak, priv->min_tx_copybreak); in hns3_check_tx_copybreak()
H A Dhns3_enet.c4935 priv->min_tx_copybreak = HNS3_MAX_PACKET_SIZE; in hns3_update_tx_spare_buf_config()
4938 if (priv->tx_copybreak < priv->min_tx_copybreak) in hns3_update_tx_spare_buf_config()
4939 priv->tx_copybreak = priv->min_tx_copybreak; in hns3_update_tx_spare_buf_config()
5384 priv->min_tx_copybreak = 0; in hns3_client_init()