Searched refs:BLUFI_PREPAIR_BUF_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
164 blufi_env.prepare_buf = osi_malloc(BLUFI_PREPAIR_BUF_MAX_SIZE); in blufi_profile_cb()171 if (p_data->req_data.p_data->write_req.offset > BLUFI_PREPAIR_BUF_MAX_SIZE) { in blufi_profile_cb()173 ….p_data->write_req.offset + p_data->req_data.p_data->write_req.len) > BLUFI_PREPAIR_BUF_MAX_SIZE) { in blufi_profile_cb()
42 #define BLUFI_PREPAIR_BUF_MAX_SIZE 1024 macro