Searched refs:rx_vector (Results 1 – 1 of 1) sorted by relevance
1538 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local1544 rx_vector = priv->ring[queue_num + queue].tqp_vector; in hns3_set_coalesce_per_queue()1548 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()1552 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()1555 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()1559 hns3_set_vector_coalesce_rx_gl(rx_vector, in hns3_set_coalesce_per_queue()1560 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()1563 hns3_set_vector_coalesce_rl(rx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()1568 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()1569 hns3_set_vector_coalesce_rx_ql(rx_vector, in hns3_set_coalesce_per_queue()[all …]