Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_command.c105 const __be32 *resp, unsigned int resp_bytes) in efw_transaction() argument
115 max(param_bytes, resp_bytes); in efw_transaction()
167 memset((void *)resp, 0, resp_bytes); in efw_transaction()
168 resp_bytes = min_t(unsigned int, resp_bytes, in efw_transaction()
171 memcpy((void *)resp, &buf[6], resp_bytes); in efw_transaction()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1436 __le64 *resp_bytes = &resp->byte_0; in bnxt_hwrm_cfa_flow_stats_get() local
1442 le64_to_cpu(resp_bytes[i]); in bnxt_hwrm_cfa_flow_stats_get()
/Linux-v4.19/drivers/scsi/aacraid/
Daacraid.h315 u8 resp_bytes[FW_ERROR_BUFFER_SIZE]; member
Dcommsup.c205 offsetof(struct aac_native_hba, resp.resp_bytes[0]); in aac_fib_setup()