Searched refs:tx_group (Results 1 – 3 of 3) sorted by relevance
138 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()149 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()214 if (rl_reg > 0 && !tqp_vector->tx_group.coal.gl_adapt_enable && in hns3_set_vector_coalesce_rl()249 tqp_vector->tx_group.coal.gl_adapt_enable = 1; in hns3_vector_gl_rl_init()252 tqp_vector->tx_group.coal.int_gl = HNS3_INT_GL_50K; in hns3_vector_gl_rl_init()256 tqp_vector->tx_group.coal.flow_level = HNS3_FLOW_LOW; in hns3_vector_gl_rl_init()265 tqp_vector->tx_group.coal.int_gl); in hns3_vector_gl_rl_init_hw()419 struct hns3_enet_ring *ring = tqp_vector->tx_group.ring; in hns3_config_xps()2568 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()2569 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()[all …]
1108 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()1112 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()1233 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()1238 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()1242 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
456 struct hns3_enet_ring_group tx_group; member