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