Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.c3547 struct resource_info mfw_resc_info; in qed_mcp_resc_allocation_msg() local
3550 memset(&mfw_resc_info, 0, sizeof(mfw_resc_info)); in qed_mcp_resc_allocation_msg()
3552 mfw_resc_info.res_id = qed_mcp_get_mfw_res_id(p_in_params->res_id); in qed_mcp_resc_allocation_msg()
3553 if (mfw_resc_info.res_id == RESOURCE_NUM_INVALID) { in qed_mcp_resc_allocation_msg()
3563 mfw_resc_info.size = p_in_params->resc_max_val; in qed_mcp_resc_allocation_msg()
3576 mb_params.p_data_src = &mfw_resc_info; in qed_mcp_resc_allocation_msg()
3577 mb_params.data_src_size = sizeof(mfw_resc_info); in qed_mcp_resc_allocation_msg()
3599 p_out_params->resc_num = mfw_resc_info.size; in qed_mcp_resc_allocation_msg()
3600 p_out_params->resc_start = mfw_resc_info.offset; in qed_mcp_resc_allocation_msg()
3601 p_out_params->vf_resc_num = mfw_resc_info.vf_size; in qed_mcp_resc_allocation_msg()
[all …]