Home
last modified time | relevance | path

Searched refs:rx_group (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/staging/octeon/
H A Dethernet-rx.c182 static int cvm_oct_poll(struct oct_rx_group *rx_group, int budget) in cvm_oct_poll() argument
204 BIT(rx_group->group)); in cvm_oct_poll()
210 BIT(rx_group->group)); in cvm_oct_poll()
235 BIT(rx_group->group)); in cvm_oct_poll()
237 BIT(rx_group->group)); in cvm_oct_poll()
242 wq_int.s.iq_dis = BIT(rx_group->group); in cvm_oct_poll()
243 wq_int.s.wq_int = BIT(rx_group->group); in cvm_oct_poll()
414 struct oct_rx_group *rx_group = container_of(napi, struct oct_rx_group, in cvm_oct_napi_poll() local
418 rx_count = cvm_oct_poll(rx_group, budget); in cvm_oct_napi_poll()
423 enable_irq(rx_group->irq); in cvm_oct_napi_poll()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c201 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data()
218 struct hns3_enet_ring_group *rx_group; in hns3_lb_check_rx_ring() local
221 rx_group = &ring->tqp_vector->rx_group; in hns3_lb_check_rx_ring()
222 pre_rx_pkt = rx_group->total_packets; in hns3_lb_check_rx_ring()
228 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt); in hns3_lb_check_rx_ring()
229 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()
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()
[all …]
H A Dhns3_enet.c434 } else if (tqp_vectors->rx_group.ring) { in hns3_nic_init_irq()
500 !tqp_vector->rx_group.coal.adapt_enable) in hns3_set_vector_coalesce_rl()
514 if (tqp_vector->rx_group.coal.unit_1us) in hns3_set_vector_coalesce_rx_gl()
4323 ring->tqp_vector->rx_group.total_bytes += len; in hns3_handle_bdinfo()
4449 struct hns3_enet_ring_group *rx_group = &tqp_vector->rx_group; in hns3_update_rx_int_coalesce() local
4452 if (!rx_group->coal.adapt_enable) in hns3_update_rx_int_coalesce()
4456 rx_group->total_bytes, &sample); in hns3_update_rx_int_coalesce()
4457 net_dim(&rx_group->dim, &sample); in hns3_update_rx_int_coalesce()
4702 hns3_add_ring_to_group(&tqp_vector->rx_group, in hns3_nic_init_vector_data()
4715 tqp_vector->rx_group.total_bytes = 0; in hns3_nic_init_vector_data()
[all …]
H A Dhns3_debugfs.c499 coal = &tqp_vector->rx_group.coal; in hns3_get_coal_info()
500 dim = &tqp_vector->rx_group.dim; in hns3_get_coal_info()
503 ql_enable = tqp_vector->rx_group.coal.ql_enable; in hns3_get_coal_info()
H A Dhns3_enet.h563 struct hns3_enet_ring_group rx_group; member