Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/
Damdtp-stream.c912 unsigned int max_ctx_payload_size; in amdtp_stream_start() local
944 max_ctx_payload_size = amdtp_stream_get_max_payload(s) - in amdtp_stream_start()
951 max_ctx_payload_size = amdtp_stream_get_max_payload(s); in amdtp_stream_start()
953 max_ctx_payload_size -= IT_PKT_HEADER_SIZE_CIP; in amdtp_stream_start()
957 max_ctx_payload_size, dir); in amdtp_stream_start()
975 s->ctx_data.tx.max_ctx_payload_length = max_ctx_payload_size; in amdtp_stream_start()