Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.h599 u32 min_tx_copybreak; member
A Dhns3_enet.c4896 priv->min_tx_copybreak = HNS3_MAX_PACKET_SIZE; in hns3_update_tx_spare_buf_config()
4899 if (priv->tx_copybreak < priv->min_tx_copybreak) in hns3_update_tx_spare_buf_config()
4900 priv->tx_copybreak = priv->min_tx_copybreak; in hns3_update_tx_spare_buf_config()
5345 priv->min_tx_copybreak = 0; in hns3_client_init()

Completed in 17 milliseconds