Searched refs:tx_group (Results 1 – 4 of 4) sorted by relevance
427 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()438 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()492 cancel_work_sync(&tqp_vector->tx_group.dim.work); in hns3_vector_disable()504 if (rl_reg > 0 && !tqp_vector->tx_group.coal.adapt_enable && in hns3_set_vector_coalesce_rl()532 if (tqp_vector->tx_group.coal.unit_1us) in hns3_set_vector_coalesce_tx_gl()556 struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal; in hns3_vector_coalesce_init()592 struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal; in hns3_vector_coalesce_init_hw()750 struct hns3_enet_ring *ring = tqp_vector->tx_group.ring; in hns3_config_xps()3628 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()3629 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()[all …]
1527 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()1532 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()1535 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()1539 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()1546 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()1548 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
466 coal = &tqp_vector->tx_group.coal; in hns3_get_coal_info()467 dim = &tqp_vector->tx_group.dim; in hns3_get_coal_info()470 ql_enable = tqp_vector->tx_group.coal.ql_enable; in hns3_get_coal_info()
562 struct hns3_enet_ring_group tx_group; member