Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h600 u32 min_tx_spare_buf_size; member
H A Dhns3_ethtool.c1951 if (buf_size < priv->min_tx_spare_buf_size) { in hns3_check_tx_spare_buf_size()
1954 buf_size, priv->min_tx_spare_buf_size); in hns3_check_tx_spare_buf_size()
H A Dhns3_enet.c4936 priv->min_tx_spare_buf_size = HNS3_MIN_SPARE_BUF_SIZE; in hns3_update_tx_spare_buf_config()
4940 if (handle->kinfo.tx_spare_buf_size < priv->min_tx_spare_buf_size) in hns3_update_tx_spare_buf_config()
4941 handle->kinfo.tx_spare_buf_size = priv->min_tx_spare_buf_size; in hns3_update_tx_spare_buf_config()
5385 priv->min_tx_spare_buf_size = 0; in hns3_client_init()