Home
last modified time | relevance | path

Searched refs:tx_vector (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1122 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_get_coalesce_per_queue() local
1137 tx_vector = priv->ring[queue].tqp_vector; in hns3_get_coalesce_per_queue()
1141 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()
1145 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
1258 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1263 tx_vector = priv->ring[queue].tqp_vector; in hns3_set_coalesce_per_queue()
1266 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()
1271 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1274 hns3_set_vector_coalesce_tx_gl(tx_vector, in hns3_set_coalesce_per_queue()
1275 tx_vector in hns3_set_coalesce_per_queue()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1518 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1523 tx_vector = priv->ring[queue].tqp_vector; in hns3_set_coalesce_per_queue()
1526 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1531 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1534 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1537 hns3_set_vector_coalesce_tx_gl(tx_vector, in hns3_set_coalesce_per_queue()
1538 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1542 hns3_set_vector_coalesce_rl(tx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()
1545 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1546 hns3_set_vector_coalesce_tx_ql(tx_vector, in hns3_set_coalesce_per_queue()
[all...]

Completed in 5 milliseconds