Searched defs:altera_pcie_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 94242 struct altera_pcie_ops { struct 94243 int (*tlp_read_pkt)(struct altera_pcie *, u32 *); 94244 void (*tlp_write_pkt)(struct altera_pcie *, u32 *, u32, bool); 94245 bool (*get_link_status)(struct altera_pcie *); 94246 int (*rp_read_cfg)(struct altera_pcie *, int, int, u32 *); 94247 int (*rp_write_cfg)(struct altera_pcie *, u8, int, int, u32);
|