Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1519 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1525 rx_vector = priv->ring[queue_num + queue].tqp_vector; in hns3_set_coalesce_per_queue()
1529 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1533 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1536 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1540 hns3_set_vector_coalesce_rx_gl(rx_vector, in hns3_set_coalesce_per_queue()
1541 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1544 hns3_set_vector_coalesce_rl(rx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()
1549 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1550 hns3_set_vector_coalesce_rx_ql(rx_vector, in hns3_set_coalesce_per_queue()
[all …]