Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firewire/
Dcore-iso.c207 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; in manage_bandwidth()
217 if (new < 0 || new > BANDWIDTH_AVAILABLE_INITIAL) in manage_bandwidth()
Dcore.h46 #define BANDWIDTH_AVAILABLE_INITIAL 4915 macro
Dcore-cdev.c1373 request->bandwidth > BANDWIDTH_AVAILABLE_INITIAL) in init_iso_resource()