Searched refs:resp_bytes (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_command.c | 104 const __be32 *resp, unsigned int resp_bytes) in efw_transaction() 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() 101 efw_transaction(struct snd_efw *efw, unsigned int category, unsigned int command, const __be32 *params, unsigned int param_bytes, const __be32 *resp, unsigned int resp_bytes) efw_transaction() argument
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks_command.c | 104 const __be32 *resp, unsigned int resp_bytes) in efw_transaction() 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() 101 efw_transaction(struct snd_efw *efw, unsigned int category, unsigned int command, const __be32 *params, unsigned int param_bytes, const __be32 *resp, unsigned int resp_bytes) efw_transaction() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1695 __le64 *resp_bytes; in bnxt_hwrm_cfa_flow_stats_get() local 1699 resp_bytes = &resp->byte_0; in bnxt_hwrm_cfa_flow_stats_get() 1705 le64_to_cpu(resp_bytes[i]); in bnxt_hwrm_cfa_flow_stats_get()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1709 __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()
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | aacraid.h | 304 u8 resp_bytes[FW_ERROR_BUFFER_SIZE]; member
|
H A D | commsup.c | 190 offsetof(struct aac_native_hba, resp.resp_bytes[0]); in aac_fib_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aacraid.h | 305 u8 resp_bytes[FW_ERROR_BUFFER_SIZE]; member
|
H A D | commsup.c | 190 offsetof(struct aac_native_hba, resp.resp_bytes[0]); in aac_fib_setup()
|
Completed in 25 milliseconds