Searched refs:hns3_enet_ring_group (Results 1 – 3 of 3) sorted by relevance
437 struct hns3_enet_ring_group { struct456 struct hns3_enet_ring_group rx_group; argument457 struct hns3_enet_ring_group tx_group;
3264 static bool hns3_get_new_flow_lvl(struct hns3_enet_ring_group *ring_group) in hns3_get_new_flow_lvl()3325 static bool hns3_get_new_int_gl(struct hns3_enet_ring_group *ring_group) in hns3_get_new_int_gl()3373 struct hns3_enet_ring_group *rx_group = &tqp_vector->rx_group; in hns3_update_new_int_gl()3374 struct hns3_enet_ring_group *tx_group = &tqp_vector->tx_group; in hns3_update_new_int_gl()3547 static void hns3_add_ring_to_group(struct hns3_enet_ring_group *group, in hns3_add_ring_to_group()3690 static void hns3_clear_ring_group(struct hns3_enet_ring_group *group) in hns3_clear_ring_group()
214 struct hns3_enet_ring_group *rx_group; in hns3_lb_check_rx_ring()