Home
last modified time | relevance | path

Searched refs:tb_cfg_reset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dctl.h128 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route);
H A Dctl.c886 * tb_cfg_reset() - send a reset packet and wait for a response
894 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route) in tb_cfg_reset()
891 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route) tb_cfg_reset() function
H A Dswitch.c1593 res = tb_cfg_reset(sw->tb->ctl, tb_route(sw)); in tb_switch_reset_host()