Searched refs:max_payload_bytes (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | iso-resources.c | 48 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() 93 * @max_payload_bytes: the amount of data (including CIP headers) per packet 106 unsigned int max_payload_bytes, int speed) in fw_iso_resources_allocate() 114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); in 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 D | iso-resources.h | 35 unsigned int max_payload_bytes, int speed);
|
H A D | cmp.c | 189 unsigned int max_payload_bytes) in cmp_connection_reserve() 203 err = fw_iso_resources_allocate(&c->resources, max_payload_bytes, in cmp_connection_reserve() 188 cmp_connection_reserve(struct cmp_connection *c, unsigned int max_payload_bytes) cmp_connection_reserve() argument
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | iso-resources.c | 48 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() 93 * @max_payload_bytes: the amount of data (including CIP headers) per packet 106 unsigned int max_payload_bytes, int speed) in fw_iso_resources_allocate() 114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); in 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 D | iso-resources.h | 35 unsigned int max_payload_bytes, int speed);
|
H A D | cmp.c | 189 unsigned int max_payload_bytes) in cmp_connection_reserve() 203 err = fw_iso_resources_allocate(&c->resources, max_payload_bytes, in cmp_connection_reserve() 188 cmp_connection_reserve(struct cmp_connection *c, unsigned int max_payload_bytes) cmp_connection_reserve() argument
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 583 u32 max_payload_bytes; in ep11_get_card_info() member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 687 u32 max_payload_bytes; in ep11_get_card_info() member
|
Completed in 7 milliseconds