Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
212 sw->ports[1].ctl_credits = 2; in alloc_dev_default()
219 sw->ports[2].ctl_credits = 2; in alloc_dev_default()
227 sw->ports[3].ctl_credits = 2; in alloc_dev_default()
234 sw->ports[4].ctl_credits = 2; in alloc_dev_default()
242 sw->ports[5].ctl_credits = 2; in alloc_dev_default()
249 sw->ports[6].ctl_credits = 2; in alloc_dev_default()
[all …]
H A Dswitch.c457 port->ctl_credits); in tb_dump_port()
737 port->ctl_credits = hop.initial_credits; in tb_init_port()
739 if (!port->ctl_credits) in tb_init_port()
740 port->ctl_credits = 2; in tb_init_port()
H A Dtb.h285 unsigned int ctl_credits; member
H A Dtunnel.c87 return port->total_credits - port->ctl_credits; in tb_usable_credits()