Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtb.c62 struct tb_cm *tcm = tb_priv(tb); in tb_discover_tunnels()
143 struct tb_cm *tcm = tb_priv(port->sw->tb); in tb_scan_port()
226 struct tb_cm *tcm = tb_priv(tb); in tb_free_tunnel()
248 struct tb_cm *tcm = tb_priv(tb); in tb_free_invalid_tunnels()
363 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_dp()
402 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_pci()
437 struct tb_cm *tcm = tb_priv(tb); in tb_approve_xdomain_paths()
505 struct tb_cm *tcm = tb_priv(tb); in tb_handle_hotplug()
611 struct tb_cm *tcm = tb_priv(tb); in tb_stop()
653 struct tb_cm *tcm = tb_priv(tb); in tb_start()
[all …]
Dicm.c269 struct icm *icm = tb_priv(tb); in icm_request()
312 struct icm *icm = tb_priv(tb); in icm_postpone_rescan()
321 struct icm *icm = tb_priv(tb); in icm_veto_begin()
332 struct icm *icm = tb_priv(tb); in icm_veto_end()
700 struct icm *icm = tb_priv(tb); in icm_fr_device_connected()
957 return pcie2cio_write(tb_priv(tb), TB_CFG_SWITCH, 0, 0x777, BIT(1)); in icm_tr_cio_reset()
1347 struct icm *icm = tb_priv(tb); in icm_ar_is_supported()
1379 return pcie2cio_write(tb_priv(tb), TB_CFG_SWITCH, 0, 0x50, BIT(9)); in icm_ar_cio_reset()
1592 struct icm *icm = tb_priv(tb); in icm_handle_notification()
1647 struct icm *icm = tb_priv(tb); in __icm_driver_ready()
[all …]
Dtb.h293 static inline void *tb_priv(struct tb *tb) in tb_priv() function