Searched refs:profile_id (Results 1 – 2 of 2) sorted by relevance
3896 u16 profile_id; in be_get_config() local3917 status = be_cmd_get_active_profile(adapter, &profile_id); in be_get_config()3920 "Using profile 0x%x\n", profile_id); in be_get_config()
4139 int be_cmd_get_active_profile(struct be_adapter *adapter, u16 *profile_id) in be_cmd_get_active_profile() argument4165 *profile_id = le16_to_cpu(resp->active_profile_id); in be_cmd_get_active_profile()