Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtest.c91 sw->ports[1].ctl_credits = 2; in alloc_host()
98 sw->ports[2].ctl_credits = 2; in alloc_host()
106 sw->ports[3].ctl_credits = 2; in alloc_host()
113 sw->ports[4].ctl_credits = 2; in alloc_host()
195 sw->ports[1].ctl_credits = 2; in alloc_dev_default()
202 sw->ports[2].ctl_credits = 2; in alloc_dev_default()
210 sw->ports[3].ctl_credits = 2; in alloc_dev_default()
217 sw->ports[4].ctl_credits = 2; in alloc_dev_default()
225 sw->ports[5].ctl_credits = 2; in alloc_dev_default()
232 sw->ports[6].ctl_credits = 2; in alloc_dev_default()
[all …]
Dswitch.c460 port->ctl_credits); in tb_dump_port()
725 port->ctl_credits = hop.initial_credits; in tb_init_port()
727 if (!port->ctl_credits) in tb_init_port()
728 port->ctl_credits = 2; in tb_init_port()
Dtb.h273 unsigned int ctl_credits; member
Dtunnel.c72 return port->total_credits - port->ctl_credits; in tb_usable_credits()