Lines Matching refs:group
4603 static void hns3_add_ring_to_group(struct hns3_enet_ring_group *group, in hns3_add_ring_to_group() argument
4606 ring->next = group->ring; in hns3_add_ring_to_group()
4607 group->ring = ring; in hns3_add_ring_to_group()
4609 group->count++; in hns3_add_ring_to_group()
4632 struct hns3_enet_ring_group *group = container_of(dim, in hns3_rx_dim_work() local
4634 struct hns3_enet_tqp_vector *tqp_vector = group->ring->tqp_vector; in hns3_rx_dim_work()
4638 hns3_set_vector_coalesce_rx_gl(group->ring->tqp_vector, cur_moder.usec); in hns3_rx_dim_work()
4652 struct hns3_enet_ring_group *group = container_of(dim, in hns3_tx_dim_work() local
4654 struct hns3_enet_tqp_vector *tqp_vector = group->ring->tqp_vector; in hns3_tx_dim_work()
4819 static void hns3_clear_ring_group(struct hns3_enet_ring_group *group) in hns3_clear_ring_group() argument
4821 group->ring = NULL; in hns3_clear_ring_group()
4822 group->count = 0; in hns3_clear_ring_group()