Home
last modified time | relevance | path

Searched refs:tx_group (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c428 if (tqp_vectors->tx_group.ring && tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()
439 } else if (tqp_vectors->tx_group.ring) { in hns3_nic_init_irq()
493 cancel_work_sync(&tqp_vector->tx_group.dim.work); in hns3_vector_disable()
505 if (rl_reg > 0 && !tqp_vector->tx_group.coal.adapt_enable && in hns3_set_vector_coalesce_rl()
533 if (tqp_vector->tx_group.coal.unit_1us) in hns3_set_vector_coalesce_tx_gl()
557 struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal; in hns3_vector_coalesce_init()
593 struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal; in hns3_vector_coalesce_init_hw()
751 struct hns3_enet_ring *ring = tqp_vector->tx_group.ring; in hns3_config_xps()
3642 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()
3643 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()
[all …]
Dhns3_ethtool.c1546 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1551 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1554 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1558 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1565 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1567 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
Dhns3_debugfs.c492 coal = &tqp_vector->tx_group.coal; in hns3_get_coal_info()
493 dim = &tqp_vector->tx_group.dim; in hns3_get_coal_info()
496 ql_enable = tqp_vector->tx_group.coal.ql_enable; in hns3_get_coal_info()
Dhns3_enet.h564 struct hns3_enet_ring_group tx_group; member