Lines Matching defs:route
194 enum tb_cfg_pkg_type type, u64 route) in check_header()
262 enum tb_cfg_pkg_type type, u64 route) in parse_header()
770 int tb_cfg_ack_notification(struct tb_ctl *ctl, u64 route, in tb_cfg_ack_notification()
833 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug()
850 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in tb_cfg_match() local
899 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route) in tb_cfg_reset()
942 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw()
1013 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_write_raw()
1093 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, in tb_cfg_read()
1119 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, in tb_cfg_write()
1156 int tb_cfg_get_upstream_port(struct tb_ctl *ctl, u64 route) in tb_cfg_get_upstream_port()