Lines Matching refs:rx_group
197 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data()
214 struct hns3_enet_ring_group *rx_group; in hns3_lb_check_rx_ring() local
217 rx_group = &ring->tqp_vector->rx_group; in hns3_lb_check_rx_ring()
218 pre_rx_pkt = rx_group->total_packets; in hns3_lb_check_rx_ring()
224 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt); in hns3_lb_check_rx_ring()
225 rx_group->total_packets = pre_rx_pkt; in hns3_lb_check_rx_ring()
1529 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1533 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1536 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1541 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1549 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1551 rx_vector->rx_group.coal.int_ql); in hns3_set_coalesce_per_queue()