Searched refs:allocated_down (Results 1 – 2 of 2) sorted by relevance
1216 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()1220 &tunnel->allocated_down); in tb_usb3_init()1247 *consumed_down = tunnel->allocated_down * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()1257 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()1262 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()1293 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()1302 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()1303 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()1307 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()1320 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()[all …]
64 int allocated_down; member