Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c83 #define MAX_ASYNC_PAYLOAD 4096 macro
84 #define MAX_AR_PACKET_SIZE (16 + MAX_ASYNC_PAYLOAD + 4)
878 if (p.payload_length > MAX_ASYNC_PAYLOAD) { in handle_ar_packet()