Lines Matching defs:upstream_bw
1553 int *upstream_bw,
1572 *upstream_bw = usb3_bw_to_mbps(bw, scale);
1583 * @upstream_bw: Allocated upstream bandwidth is stored here
1586 * Stores currently allocated USB3 bandwidth into @upstream_bw and
1590 int usb4_usb3_port_allocated_bandwidth(struct tb_port *port, int *upstream_bw,
1599 ret = usb4_usb3_port_read_allocated_bandwidth(port, upstream_bw,
1607 int *upstream_bw,
1626 *upstream_bw = usb3_bw_to_mbps(bw, scale);
1635 int upstream_bw,
1643 max_bw = max(upstream_bw, downstream_bw);
1658 ubw = mbps_to_usb3_bw(upstream_bw, scale);
1679 * @upstream_bw: New upstream bandwidth
1683 * tunneled isochronous traffic. @upstream_bw and @downstream_bw are the
1688 * @upstream_bw and @downstream_bw.
1693 int usb4_usb3_port_allocate_bandwidth(struct tb_port *port, int *upstream_bw,
1708 allocate_up = max(*upstream_bw, consumed_up);
1716 *upstream_bw = allocate_up;
1727 * @upstream_bw: New allocated upstream bandwidth
1731 * The new bandwidth is returned in @upstream_bw and @downstream_bw.
1735 int usb4_usb3_port_release_bandwidth(struct tb_port *port, int *upstream_bw,
1763 *upstream_bw = consumed_up;