Searched refs:approve_switch (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Ddomain.c651 if (!tb->cm_ops->approve_switch)
659 return tb->cm_ops->approve_switch(tb, sw);
678 if (!tb->cm_ops->approve_switch || !tb->cm_ops->add_switch_key)
690 return tb->cm_ops->approve_switch(tb, sw);
715 if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key)
759 return tb->cm_ops->approve_switch(tb, sw);
H A Dicm.c2358 .approve_switch = icm_fr_approve_switch,
2380 .approve_switch = icm_fr_approve_switch,
2402 .approve_switch = icm_tr_approve_switch,
H A Dtb.h482 * @approve_switch: Approve switch
517 int (*approve_switch)(struct tb *tb, struct tb_switch *sw); member in struct:tb_cm_ops
H A Dtb.c3101 .approve_switch = tb_tunnel_pci,

Completed in 151 milliseconds