Searched refs:tx_vector (Results 1 – 1 of 1) sorted by relevance
1533 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local1538 tx_vector = priv->ring[queue].tqp_vector; in hns3_set_coalesce_per_queue()1541 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()1546 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()1549 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()1552 hns3_set_vector_coalesce_tx_gl(tx_vector, in hns3_set_coalesce_per_queue()1553 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()1557 hns3_set_vector_coalesce_rl(tx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()1560 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()1561 hns3_set_vector_coalesce_tx_ql(tx_vector, in hns3_set_coalesce_per_queue()[all …]