Searched defs:rio_switch_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 95239 struct rio_switch_ops { struct 95240 struct module *owner; 95241 int (*add_entry)(struct rio_mport *, u16, u8, u16, u16, u8); 95242 int (*get_entry)(struct rio_mport *, u16, u8, u16, u16, u8 *); 95243 int (*clr_table)(struct rio_mport *, u16, u8, u16); 95244 int (*set_domain)(struct rio_mport *, u16, u8, u8); 95245 int (*get_domain)(struct rio_mport *, u16, u8, u8 *); 95246 int (*em_init)(struct rio_dev *); 95247 int (*em_handle)(struct rio_dev *, u8);
|