Home
last modified time | relevance | path

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

/linux-5.19.10/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.c515 port->ctl_credits); in tb_dump_port()
780 port->ctl_credits = hop.initial_credits; in tb_init_port()
782 if (!port->ctl_credits) in tb_init_port()
783 port->ctl_credits = 2; in tb_init_port()
Dtb.h270 unsigned int ctl_credits; member
Dtunnel.c72 return port->total_credits - port->ctl_credits; in tb_usable_credits()