Searched refs:resource_profile (Results 1 – 2 of 2) sorted by relevance
65 static int resource_profile; variable66 module_param(resource_profile, int, 0644);67 MODULE_PARM_DESC(resource_profile,597 cqp_init_info.hmc_profile = iwdev->resource_profile; in i40iw_create_cqp()1564 iwdev->resource_profile = (resource_profile < I40IW_HMC_PROFILE_EQUAL) ? in i40iw_setup_init_state()1565 (u8)resource_profile + I40IW_HMC_PROFILE_DEFAULT : in i40iw_setup_init_state()1568 (iwdev->resource_profile != I40IW_HMC_PROFILE_DEFAULT) ? max_rdma_vfs : 0; in i40iw_setup_init_state()
271 u8 resource_profile; member