Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c697 * @include_asym: Include bandwidth if the link is switched from
701 * single link at @port. If @include_asym is set then includes the
707 int *max_up, int *max_down, bool include_asym) in tb_maximum_bandwidth() argument
717 include_asym = false; in tb_maximum_bandwidth()
731 } else if (include_asym) { in tb_maximum_bandwidth()
764 } else if (include_asym) { in tb_maximum_bandwidth()
799 * @include_asym: Include bandwidth if the link is switched from
807 * If @include_asym is true then includes also bandwidth that can be
813 int *available_down, bool include_asym) in tb_available_bandwidth() argument
829 &max_up, &max_down, include_asym); in tb_available_bandwidth()
[all...]