Lines Matching refs:rx_group
176 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data()
193 struct hns3_enet_ring_group *rx_group; in hns3_lb_check_rx_ring() local
196 rx_group = &ring->tqp_vector->rx_group; in hns3_lb_check_rx_ring()
197 pre_rx_pkt = rx_group->total_packets; in hns3_lb_check_rx_ring()
203 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt); in hns3_lb_check_rx_ring()
204 rx_group->total_packets = pre_rx_pkt; in hns3_lb_check_rx_ring()
849 rx_vector->rx_group.coal.gl_adapt_enable; in hns3_get_coalesce_per_queue()
852 cmd->rx_coalesce_usecs = rx_vector->rx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
974 rx_vector->rx_group.coal.gl_adapt_enable = in hns3_set_coalesce_per_queue()
978 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
983 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()