Searched refs:fw_data (Results 1 – 4 of 4) sorted by relevance
220 array_data = p_dev->fw_data->arr_data;425 modes_tree = p_dev->fw_data->modes_tree_buf;480 num_init_ops = p_dev->fw_data->init_ops_size;481 init = p_dev->fw_data->init_ops;540 const u8 *fw_data) argument542 const u8 OSAL_UNUSED * fw_data)545 struct ecore_fw_data *fw = p_dev->fw_data;551 if (!fw_data) {556 buf_hdr = (struct bin_buffer_hdr *)(uintptr_t)fw_data;565 fw->arr_data = (u32 *)((uintptr_t)(fw_data + offset));[all …]
308 const u8 *fw_data);
906 struct ecore_fw_data *fw_data; member
1636 OSAL_FREE(p_dev, p_dev->fw_data); in ecore_resc_free()2373 p_dev->fw_data = OSAL_ZALLOC(p_dev, GFP_KERNEL, in ecore_resc_alloc()2374 sizeof(*p_dev->fw_data)); in ecore_resc_alloc()2375 if (!p_dev->fw_data) in ecore_resc_alloc()3827 fw_overlays = p_dev->fw_data->fw_overlays; in ecore_hw_init()3828 fw_overlays_len = p_dev->fw_data->fw_overlays_len; in ecore_hw_init()