Searched refs:rx_vector (Results 1 – 1 of 1) sorted by relevance
1518 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local1524 rx_vector = priv->ring[queue_num + queue].tqp_vector; in hns3_set_coalesce_per_queue()1528 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()1532 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()1535 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()1539 hns3_set_vector_coalesce_rx_gl(rx_vector, in hns3_set_coalesce_per_queue()1540 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()1543 hns3_set_vector_coalesce_rl(rx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()1548 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()1549 hns3_set_vector_coalesce_rx_ql(rx_vector, in hns3_set_coalesce_per_queue()[all …]