resp_bytes       1428 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 		__le64 *resp_bytes;
resp_bytes       1432 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 		resp_bytes = &resp->byte_0;
resp_bytes       1438 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 						le64_to_cpu(resp_bytes[i]);
resp_bytes        302 drivers/scsi/aacraid/aacraid.h 		u8 resp_bytes[FW_ERROR_BUFFER_SIZE];
resp_bytes        190 drivers/scsi/aacraid/commsup.c 			offsetof(struct aac_native_hba, resp.resp_bytes[0]);
resp_bytes        104 sound/firewire/fireworks/fireworks_command.c 		const __be32 *resp, unsigned int resp_bytes)
resp_bytes        114 sound/firewire/fireworks/fireworks_command.c 		    max(param_bytes, resp_bytes);
resp_bytes        166 sound/firewire/fireworks/fireworks_command.c 	memset((void *)resp, 0, resp_bytes);
resp_bytes        167 sound/firewire/fireworks/fireworks_command.c 	resp_bytes = min_t(unsigned int, resp_bytes,
resp_bytes        170 sound/firewire/fireworks/fireworks_command.c 	memcpy((void *)resp, &buf[6], resp_bytes);