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

/linux-4.1.27/sound/firewire/
H A Diso-resources.h34 unsigned int max_payload_bytes, int speed);
H A Diso-resources.c48 static unsigned int packet_bandwidth(unsigned int max_payload_bytes, int speed) packet_bandwidth() argument
53 bytes = 3 * 4 + ALIGN(max_payload_bytes, 4); packet_bandwidth()
93 * @max_payload_bytes: the amount of data (including CIP headers) per packet
106 unsigned int max_payload_bytes, int speed) fw_iso_resources_allocate()
114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); fw_iso_resources_allocate()
105 fw_iso_resources_allocate(struct fw_iso_resources *r, unsigned int max_payload_bytes, int speed) fw_iso_resources_allocate() argument
H A Dcmp.c265 * @max_payload_bytes: the amount of data (including CIP headers) per packet
274 unsigned int max_payload_bytes) cmp_connection_establish()
288 max_payload_bytes, c->speed); cmp_connection_establish()
273 cmp_connection_establish(struct cmp_connection *c, unsigned int max_payload_bytes) cmp_connection_establish() argument
/linux-4.1.27/sound/firewire/dice/
H A Ddice-stream.c63 unsigned int max_payload_bytes) keep_resources()
68 err = fw_iso_resources_allocate(resources, max_payload_bytes, keep_resources()
61 keep_resources(struct snd_dice *dice, struct fw_iso_resources *resources, unsigned int max_payload_bytes) keep_resources() argument

Completed in 131 milliseconds