Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c139 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()
150 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()
215 if (rl_reg > 0 && !tqp_vector->tx_group.coal.gl_adapt_enable && in hns3_set_vector_coalesce_rl()
250 tqp_vector->tx_group.coal.gl_adapt_enable = 1; in hns3_vector_gl_rl_init()
253 tqp_vector->tx_group.coal.int_gl = HNS3_INT_GL_50K; in hns3_vector_gl_rl_init()
257 tqp_vector->tx_group.coal.flow_level = HNS3_FLOW_LOW; in hns3_vector_gl_rl_init()
266 tqp_vector->tx_group.coal.int_gl); in hns3_vector_gl_rl_init_hw()
420 struct hns3_enet_ring *ring = tqp_vector->tx_group.ring; in hns3_config_xps()
2608 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()
2609 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()
[all …]
H A Dhns3_ethtool.c1139 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()
1143 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
1264 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()
1269 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1273 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
H A Dhns3_enet.h457 struct hns3_enet_ring_group tx_group; member