Lines Matching refs:rx_vector
1364 struct hns3_enet_tqp_vector *tx_vector, *rx_vector; in hns3_set_coalesce_per_queue() local
1370 rx_vector = priv->ring[queue_num + queue].tqp_vector; in hns3_set_coalesce_per_queue()
1374 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1378 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1381 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1385 hns3_set_vector_coalesce_rx_gl(rx_vector, in hns3_set_coalesce_per_queue()
1386 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1389 hns3_set_vector_coalesce_rl(rx_vector, h->kinfo.int_rl_setting); in hns3_set_coalesce_per_queue()
1394 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1395 hns3_set_vector_coalesce_rx_ql(rx_vector, in hns3_set_coalesce_per_queue()
1396 rx_vector->rx_group.coal.int_ql); in hns3_set_coalesce_per_queue()