Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_command.c104 const __be32 *resp, unsigned int resp_bytes) in efw_transaction() argument
114 max(param_bytes, resp_bytes); in efw_transaction()
166 memset((void *)resp, 0, resp_bytes); in efw_transaction()
167 resp_bytes = min_t(unsigned int, resp_bytes, in efw_transaction()
170 memcpy((void *)resp, &buf[6], resp_bytes); in efw_transaction()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_get_bios_post_code.robot58 @{resp_bytes}= Split String ${resp}
59 ${string_length}= Get Length ${resp_bytes}
62 ${value}= Get Slice From List ${resp_bytes} 2 4
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1709 __le64 *resp_bytes; in bnxt_hwrm_cfa_flow_stats_get() local
1712 resp_bytes = &resp->byte_0; in bnxt_hwrm_cfa_flow_stats_get()
1718 le64_to_cpu(resp_bytes[i]); in bnxt_hwrm_cfa_flow_stats_get()
/openbmc/linux/drivers/scsi/aacraid/
H A Daacraid.h305 u8 resp_bytes[FW_ERROR_BUFFER_SIZE]; member
H A Dcommsup.c190 offsetof(struct aac_native_hba, resp.resp_bytes[0]); in aac_fib_setup()