Lines Matching refs:tb_ctl
134 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response()
171 static int __tb_xdomain_request(struct tb_ctl *ctl, const void *request, in __tb_xdomain_request()
262 static int tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, in tb_xdp_uuid_request()
291 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response()
308 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response()
322 static int tb_xdp_properties_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_request()
414 static int tb_xdp_properties_response(struct tb *tb, struct tb_ctl *ctl, in tb_xdp_properties_response()
468 static int tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_changed_request()
492 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response()
503 static int tb_xdp_link_state_status_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_status_request()
537 static int tb_xdp_link_state_status_response(struct tb *tb, struct tb_ctl *ctl, in tb_xdp_link_state_status_response()
567 static int tb_xdp_link_state_change_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_request()
594 static int tb_xdp_link_state_change_response(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_response()
713 struct tb_ctl *ctl = tb->ctl; in tb_xdp_handle_request()