Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.c3633 struct resource_info mfw_resc_info; in ecore_mcp_resc_allocation_msg() local
3636 OSAL_MEM_ZERO(&mfw_resc_info, sizeof(mfw_resc_info)); in ecore_mcp_resc_allocation_msg()
3639 if (mfw_resc_info.res_id == RESOURCE_NUM_INVALID) { in ecore_mcp_resc_allocation_msg()
3649 mfw_resc_info.size = p_in_params->resc_max_val; in ecore_mcp_resc_allocation_msg()
3662 mb_params.p_data_src = &mfw_resc_info; in ecore_mcp_resc_allocation_msg()
3663 mb_params.data_src_size = sizeof(mfw_resc_info); in ecore_mcp_resc_allocation_msg()
3683 p_out_params->resc_num = mfw_resc_info.size; in ecore_mcp_resc_allocation_msg()
3684 p_out_params->resc_start = mfw_resc_info.offset; in ecore_mcp_resc_allocation_msg()
3685 p_out_params->vf_resc_num = mfw_resc_info.vf_size; in ecore_mcp_resc_allocation_msg()
3686 p_out_params->vf_resc_start = mfw_resc_info.vf_offset; in ecore_mcp_resc_allocation_msg()
[all …]