Searched refs:rio_mport (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ |
D | rio_drv.h | 23 extern int __rio_local_read_config_32(struct rio_mport *port, u32 offset, 25 extern int __rio_local_write_config_32(struct rio_mport *port, u32 offset, 27 extern int __rio_local_read_config_16(struct rio_mport *port, u32 offset, 29 extern int __rio_local_write_config_16(struct rio_mport *port, u32 offset, 31 extern int __rio_local_read_config_8(struct rio_mport *port, u32 offset, 33 extern int __rio_local_write_config_8(struct rio_mport *port, u32 offset, 36 extern int rio_mport_read_config_32(struct rio_mport *port, u16 destid, 38 extern int rio_mport_write_config_32(struct rio_mport *port, u16 destid, 40 extern int rio_mport_read_config_16(struct rio_mport *port, u16 destid, 42 extern int rio_mport_write_config_16(struct rio_mport *port, u16 destid, [all …]
|
D | rio.h | 88 struct rio_mport; 126 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, 128 int (*get_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, 130 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, 132 int (*set_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, 134 int (*get_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, 215 #define to_rio_mport(n) container_of(n, struct rio_mport, dev) 225 void (*mcback) (struct rio_mport * mport, void *dev_id, int mbox, int slot); 238 void (*dinb) (struct rio_mport *mport, void *dev_id, u16 src, u16 dst, u16 info); 269 struct rio_mport { struct [all …]
|