Home
last modified time | relevance | path

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

/Linux-v5.15/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()
3453 ring->tqp_vector->tx_group.total_bytes += bytes; in hns3_clean_tx_ring()
3454 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()
[all …]
Dhns3_ethtool.c1372 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1377 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1380 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1384 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1391 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1393 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
Dhns3_enet.h551 struct hns3_enet_ring_group tx_group; member