Searched refs:tx_group (Results 1 – 3 of 3) sorted by relevance
101 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()110 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()169 if (rl_reg > 0 && !tqp_vector->tx_group.coal.gl_adapt_enable && in hns3_set_vector_coalesce_rl()206 tqp_vector->tx_group.coal.gl_adapt_enable = 1; in hns3_vector_gl_rl_init()209 tqp_vector->tx_group.coal.int_gl = HNS3_INT_GL_50K; in hns3_vector_gl_rl_init()217 tqp_vector->tx_group.coal.flow_level = HNS3_FLOW_LOW; in hns3_vector_gl_rl_init()226 tqp_vector->tx_group.coal.int_gl); in hns3_vector_gl_rl_init_hw()1947 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()1948 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()2465 struct hns3_enet_ring_group *tx_group = &tqp_vector->tx_group; in hns3_update_new_int_gl() local[all …]
847 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()851 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()972 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()977 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()981 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
492 struct hns3_enet_ring_group tx_group; member