Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1533 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1539 rx_vector = priv->ring[queue_num + queue].tqp_vector; in hns3_set_coalesce_per_queue()
1543 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1547 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1550 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1554 hns3_set_vector_coalesce_rx_gl(rx_vector, in hns3_set_coalesce_per_queue()
1555 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1558 hns3_set_vector_coalesce_rl(rx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()
1563 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1564 hns3_set_vector_coalesce_rx_ql(rx_vector, in hns3_set_coalesce_per_queue()
[all …]