Searched refs:tx_group (Results 1 – 3 of 3) sorted by relevance
430 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()441 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()489 cancel_work_sync(&tqp_vector->tx_group.dim.work); in hns3_irq_disable()501 if (rl_reg > 0 && !tqp_vector->tx_group.coal.adapt_enable && in hns3_set_vector_coalesce_rl()529 if (tqp_vector->tx_group.coal.unit_1us) in hns3_set_vector_coalesce_tx_gl()552 struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal; in hns3_vector_coalesce_init()589 struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal; in hns3_vector_coalesce_init_hw()768 struct hns3_enet_ring *ring = tqp_vector->tx_group.ring; in hns3_config_xps()3691 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()3692 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()[all …]
1544 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()1549 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()1552 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()1556 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()1563 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()1565 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
564 struct hns3_enet_ring_group tx_group; member