Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/firewire/fireworks/
A 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()
/linux-6.3-rc2/drivers/spi/
A Dspi-microchip-core-qspi.c316 int total_bytes, cmd_bytes, frames, ctrl; in mchp_coreqspi_config_op() local
318 cmd_bytes = op->cmd.nbytes + op->addr.nbytes; in mchp_coreqspi_config_op()
319 total_bytes = cmd_bytes + op->data.nbytes; in mchp_coreqspi_config_op()
348 cmd_bytes = total_bytes; in mchp_coreqspi_config_op()
353 frames |= cmd_bytes << FRAMES_CMDBYTES_SHIFT; in mchp_coreqspi_config_op()
/linux-6.3-rc2/drivers/scsi/aacraid/
A Daacraid.h301 u8 cmd_bytes[AAC_MAX_NATIVE_SIZE-FW_ERROR_BUFFER_SIZE]; member

Completed in 43 milliseconds