Searched refs:tx_group (Results 1 – 3 of 3) sorted by relevance
129 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()138 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()200 if (rl_reg > 0 && !tqp_vector->tx_group.coal.gl_adapt_enable && in hns3_set_vector_coalesce_rl()235 tqp_vector->tx_group.coal.gl_adapt_enable = 1; in hns3_vector_gl_rl_init()238 tqp_vector->tx_group.coal.int_gl = HNS3_INT_GL_50K; in hns3_vector_gl_rl_init()242 tqp_vector->tx_group.coal.flow_level = HNS3_FLOW_LOW; in hns3_vector_gl_rl_init()251 tqp_vector->tx_group.coal.int_gl); in hns3_vector_gl_rl_init_hw()424 struct hns3_enet_ring *ring = tqp_vector->tx_group.ring; in hns3_config_xps()2349 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()2350 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()[all …]
1105 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()1109 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()1230 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()1235 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()1239 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
488 struct hns3_enet_ring_group tx_group; member