Home
last modified time | relevance | path

Searched refs:tx_spare_buf_size (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h378 u32 tx_spare_buf_size; member
895 u32 tx_spare_buf_size; /* HW defined TX spare buffer size */ member
A Dhclge_main.c1320 cfg->tx_spare_buf_size = hnae3_get_field(__le32_to_cpu(req->param[2]), in hclge_parse_cfg()
1323 cfg->tx_spare_buf_size *= HCLGE_TX_SPARE_SIZE_UNIT; in hclge_parse_cfg()
1560 hdev->tx_spare_buf_size = cfg.tx_spare_buf_size; in hclge_configure()
1743 kinfo->tx_spare_buf_size = hdev->tx_spare_buf_size; in hclge_knic_setup()
11213 hdev->tx_spare_buf_size); in hclge_info_show()
/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1892 *(u32 *)data = h->kinfo.tx_spare_buf_size; in hns3_get_tunable()
1909 h->kinfo.tx_spare_buf_size = data; in hns3_set_tx_spare_buf_size()
1960 old_tx_spare_buf_size = h->kinfo.tx_spare_buf_size; in hns3_set_tunable()
A Dhnae3.h857 u32 tx_spare_buf_size; member
A Dhns3_enet.c1042 u32 alloc_size = ring->tqp->handle->kinfo.tx_spare_buf_size; in hns3_init_tx_spare_buffer()
1094 ring->tqp->handle->kinfo.tx_spare_buf_size = 0; in hns3_init_tx_spare_buffer()
4901 if (handle->kinfo.tx_spare_buf_size < priv->min_tx_spare_buf_size) in hns3_update_tx_spare_buf_config()
4902 handle->kinfo.tx_spare_buf_size = priv->min_tx_spare_buf_size; in hns3_update_tx_spare_buf_config()

Completed in 53 milliseconds