Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks_command.c109 unsigned int buf_bytes, cmd_bytes; in efw_transaction() local
132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()
134 header->length = cpu_to_be32(cmd_bytes / sizeof(__be32)); in efw_transaction()
144 err = snd_efw_transaction_run(efw->unit, buf, cmd_bytes, in efw_transaction()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
Daacraid.h300 u8 cmd_bytes[AAC_MAX_NATIVE_SIZE-FW_ERROR_BUFFER_SIZE]; member