Lines Matching refs:tx_vector
1086 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_get_coalesce_per_queue() local
1101 tx_vector = priv->ring_data[queue].ring->tqp_vector; in hns3_get_coalesce_per_queue()
1105 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()
1109 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
1222 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1227 tx_vector = priv->ring_data[queue].ring->tqp_vector; in hns3_set_coalesce_per_queue()
1230 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()
1235 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1238 hns3_set_vector_coalesce_tx_gl(tx_vector, in hns3_set_coalesce_per_queue()
1239 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1243 hns3_set_vector_coalesce_rl(tx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()