Home
last modified time | relevance | path

Searched refs:fw_data (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c220 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) argument
542 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 …]
H A Decore_hw.h308 const u8 *fw_data);
H A Decore.h906 struct ecore_fw_data *fw_data; member
H A Decore_dev.c1636 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()