Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/
H A 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()
H A Diso-resources.h35 unsigned int max_payload_bytes, int speed);
H A Dcmp.c189 unsigned int max_payload_bytes) in cmp_connection_reserve() argument
203 err = fw_iso_resources_allocate(&c->resources, max_payload_bytes, in cmp_connection_reserve()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c687 u32 max_payload_bytes; in ep11_get_card_info() member