Searched refs:max_up (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.h | 40 * @max_up: Maximum upstream bandwidth (Mb/s) available for the tunnel. 58 int (*maximum_bandwidth)(struct tb_tunnel *tunnel, int *max_up, 72 int max_up; member 87 int max_up, int max_down); 97 struct tb_port *down, int max_up, 107 int tb_tunnel_maximum_bandwidth(struct tb_tunnel *tunnel, int *max_up,
|
H A D | tunnel.c | 633 max_bw = tunnel->max_up; in tb_dp_xchg_caps() 751 * max_up/down fields. For discovery we just read what the in tb_dp_bandwidth_alloc_mode_enable() 757 estimated_bw = tunnel->max_up; in tb_dp_bandwidth_alloc_mode_enable() 1082 static int tb_dp_maximum_bandwidth(struct tb_tunnel *tunnel, int *max_up, in tb_dp_maximum_bandwidth() argument 1096 *max_up = 0; in tb_dp_maximum_bandwidth() 1099 *max_up = ret; in tb_dp_maximum_bandwidth() 1378 * @max_up: Maximum available upstream bandwidth for the DP tunnel (%0 1390 int max_up, int max_down) in tb_tunnel_alloc_dp() 1412 tunnel->max_up = max_up; in tb_tunnel_alloc_dp() 1388 tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, struct tb_port *out, int link_nr, int max_up, int max_down) tb_tunnel_alloc_dp() argument 1997 tb_tunnel_alloc_usb3(struct tb *tb, struct tb_port *up, struct tb_port *down, int max_up, int max_down) tb_tunnel_alloc_usb3() argument 2247 tb_tunnel_maximum_bandwidth(struct tb_tunnel *tunnel, int *max_up, int *max_down) tb_tunnel_maximum_bandwidth() argument [all...] |
H A D | tb.c | 1773 int max_up, max_down, max_up_rounded, max_down_rounded; in tb_alloc_dp_bandwidth() local 1799 ret = tb_tunnel_maximum_bandwidth(tunnel, &max_up, &max_down); in tb_alloc_dp_bandwidth() 1808 max_up_rounded = roundup(max_up, granularity); in tb_alloc_dp_bandwidth() 1817 requested_up_corrected = max_up; in tb_alloc_dp_bandwidth()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.h | 36 * @max_up: Maximum upstream bandwidth (Mb/s) available for the tunnel. 59 int max_up; member 70 struct tb_port *out, int max_up, 78 struct tb_port *down, int max_up,
|
H A D | tunnel.c | 478 max_bw = tunnel->max_up; in tb_dp_xchg_caps() 728 * @max_up: Maximum available upstream bandwidth for the DP tunnel (%0 739 struct tb_port *out, int max_up, in tb_tunnel_alloc_dp() 758 tunnel->max_up = max_up; in tb_tunnel_alloc_dp() 1127 * @max_up: Maximum available upstream bandwidth for the USB3 tunnel (%0 1138 struct tb_port *down, int max_up, in tb_tunnel_alloc_usb3() 1149 if (max_up > 0 || max_down > 0) { in tb_tunnel_alloc_usb3() 1159 if (max_rate > max_up || max_rate > max_down) { in tb_tunnel_alloc_usb3() 1172 tunnel->max_up in tb_tunnel_alloc_usb3() 738 tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, struct tb_port *out, int max_up, int max_down) tb_tunnel_alloc_dp() argument 1137 tb_tunnel_alloc_usb3(struct tb *tb, struct tb_port *up, struct tb_port *down, int max_up, int max_down) tb_tunnel_alloc_usb3() argument [all...] |
Completed in 8 milliseconds