Searched refs:resp_bytes (Results 1 – 1 of 1) sorted by relevance
105 const __be32 *resp, unsigned int resp_bytes) in efw_transaction() argument115 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()