Home
last modified time | relevance | path

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

/sound/firewire/
Diso-resources.c48 static unsigned int packet_bandwidth(unsigned int max_payload_bytes, int speed) in packet_bandwidth() argument
53 bytes = 3 * 4 + ALIGN(max_payload_bytes, 4); in packet_bandwidth()
106 unsigned int max_payload_bytes, int speed) in fw_iso_resources_allocate() argument
114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); in fw_iso_resources_allocate()
Diso-resources.h34 unsigned int max_payload_bytes, int speed);
Dcmp.c274 unsigned int max_payload_bytes) in cmp_connection_establish() argument
288 max_payload_bytes, c->speed); in cmp_connection_establish()
/sound/firewire/dice/
Ddice-stream.c63 unsigned int max_payload_bytes) in keep_resources() argument
68 err = fw_iso_resources_allocate(resources, max_payload_bytes, in keep_resources()