Home
last modified time | relevance | path

Searched refs:cb2 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcb_refs.c40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2() function
60 bpf_for_each_map_elem(&array_map, cb2, &p, 0); in leak_prog()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c349 struct hcp_ehea_port_cb2 *cb2; in ehea_update_stats() local
352 cb2 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_update_stats()
353 if (!cb2) { in ehea_update_stats()
354 netdev_err(dev, "No mem for cb2. Some interface statistics were not updated\n"); in ehea_update_stats()
360 H_PORT_CB2, H_PORT_CB2_ALL, cb2); in ehea_update_stats()
367 ehea_dump(cb2, sizeof(*cb2), "net_device_stats"); in ehea_update_stats()
369 stats->multicast = cb2->rxmcp; in ehea_update_stats()
370 stats->rx_errors = cb2->rxuerr; in ehea_update_stats()
373 free_page((unsigned long)cb2); in ehea_update_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c353 struct hcp_ehea_port_cb2 *cb2; in ehea_update_stats() local
356 cb2 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_update_stats()
357 if (!cb2) { in ehea_update_stats()
358 netdev_err(dev, "No mem for cb2. Some interface statistics were not updated\n"); in ehea_update_stats()
364 H_PORT_CB2, H_PORT_CB2_ALL, cb2); in ehea_update_stats()
371 ehea_dump(cb2, sizeof(*cb2), "net_device_stats"); in ehea_update_stats()
373 stats->multicast = cb2->rxmcp; in ehea_update_stats()
374 stats->rx_errors = cb2->rxuerr; in ehea_update_stats()
377 free_page((unsigned long)cb2); in ehea_update_stats()
[all...]

Completed in 5 milliseconds