Searched refs:tb_port_write (Results 1 – 4 of 4) sorted by relevance
/drivers/thunderbolt/ |
D | path.c | 81 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hops() 166 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate() 203 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
|
D | switch.c | 160 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 173 return tb_port_write(port, zero, TB_CFG_COUNTERS, 3 * counter, 3); in tb_port_clear_counter()
|
D | tunnel_pci.c | 155 return tb_port_write(port, &word, TB_CFG_PORT, cap, 1); in tb_pci_port_active()
|
D | tb.h | 176 static inline int tb_port_write(struct tb_port *port, void *buffer, in tb_port_write() function
|