Lines Matching refs:tx_vector
1089 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_get_coalesce_per_queue() local
1104 tx_vector = priv->ring[queue].tqp_vector; in hns3_get_coalesce_per_queue()
1108 tx_vector->tx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()
1112 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
1225 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1230 tx_vector = priv->ring[queue].tqp_vector; in hns3_set_coalesce_per_queue()
1233 tx_vector->tx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()
1238 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1241 hns3_set_vector_coalesce_tx_gl(tx_vector, in hns3_set_coalesce_per_queue()
1242 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1246 hns3_set_vector_coalesce_rl(tx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()