Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h599 u32 min_tx_copybreak; member
H A Dhns3_enet.c4930 priv->min_tx_copybreak = HNS3_MAX_PACKET_SIZE; in hns3_update_tx_spare_buf_config()
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()
5379 priv->min_tx_copybreak = 0; in hns3_client_init()