Home
last modified time | relevance | path

Searched refs:wops (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/rocker/
H A Drocker_main.c1441 if (!wops) { in rocker_world_init()
1446 rocker->wops = wops; in rocker_world_init()
1460 struct rocker_world_ops *wops = rocker->wops; in rocker_world_fini() local
1462 if (!wops || !wops->fini) in rocker_world_fini()
1491 struct rocker_world_ops *wops = rocker_port->rocker->wops; in rocker_world_port_pre_init() local
1507 struct rocker_world_ops *wops = rocker_port->rocker->wops; in rocker_world_port_init() local
1516 struct rocker_world_ops *wops = rocker_port->rocker->wops; in rocker_world_port_fini() local
1525 struct rocker_world_ops *wops = rocker_port->rocker->wops; in rocker_world_port_post_fini() local
1726 struct rocker_world_ops *wops = rocker->wops; in rocker_world_fib4_add() local
1736 struct rocker_world_ops *wops = rocker->wops; in rocker_world_fib4_del() local
[all …]
H A Drocker.h70 struct rocker_world_ops *wops; member
/linux-6.15/tools/perf/util/
H A Dannotate.c1363 struct annotation_write_ops wops = { in symbol__annotate_fprintf2() local
1377 annotation_line__write(al, notes, &wops); in symbol__annotate_fprintf2()
1379 wops.first_line = false; in symbol__annotate_fprintf2()
2118 struct annotation_write_ops *wops) in annotation_line__write() argument
2120 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()
2121 wops->change_color, wops->width, wops->obj, in annotation_line__write()
2123 wops->set_color, wops->set_percent_color, in annotation_line__write()
2124 wops->set_jumps_percent_color, wops->printf, in annotation_line__write()
2125 wops->write_graph); in annotation_line__write()