Lines Matching refs:tx_vector
1364 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1369 tx_vector = priv->ring[queue].tqp_vector; in hns3_set_coalesce_per_queue()
1372 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()
1383 hns3_set_vector_coalesce_tx_gl(tx_vector, in hns3_set_coalesce_per_queue()
1384 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1388 hns3_set_vector_coalesce_rl(tx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()
1391 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1392 hns3_set_vector_coalesce_tx_ql(tx_vector, in hns3_set_coalesce_per_queue()
1393 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()