Home
last modified time | relevance | path

Searched refs:tb_port_write (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
Dpath.c81 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()
Dswitch.c160 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()
Dtunnel_pci.c155 return tb_port_write(port, &word, TB_CFG_PORT, cap, 1); in tb_pci_port_active()
Dtb.h176 static inline int tb_port_write(struct tb_port *port, void *buffer, in tb_port_write() function