Searched refs:hns3_enet_ring_group (Results 1 – 3 of 3) sorted by relevance
436 struct hns3_enet_ring_group { struct455 struct hns3_enet_ring_group rx_group; argument456 struct hns3_enet_ring_group tx_group;
3218 static bool hns3_get_new_flow_lvl(struct hns3_enet_ring_group *ring_group) in hns3_get_new_flow_lvl()3279 static bool hns3_get_new_int_gl(struct hns3_enet_ring_group *ring_group) in hns3_get_new_int_gl()3327 struct hns3_enet_ring_group *rx_group = &tqp_vector->rx_group; in hns3_update_new_int_gl()3328 struct hns3_enet_ring_group *tx_group = &tqp_vector->tx_group; in hns3_update_new_int_gl()3501 static void hns3_add_ring_to_group(struct hns3_enet_ring_group *group, in hns3_add_ring_to_group()3643 static void hns3_clear_ring_group(struct hns3_enet_ring_group *group) in hns3_clear_ring_group()
212 struct hns3_enet_ring_group *rx_group; in hns3_lb_check_rx_ring()