Searched refs:profile_info (Results 1 – 2 of 2) sorted by relevance
372 struct ath_mci_profile_info profile_info; in ath_mci_msg() local398 memcpy(&profile_info, in ath_mci_msg()401 if ((profile_info.type == MCI_GPM_COEX_PROFILE_UNKNOWN) || in ath_mci_msg()402 (profile_info.type >= MCI_GPM_COEX_PROFILE_MAX)) { in ath_mci_msg()405 profile_info.type, in ath_mci_msg()406 profile_info.start); in ath_mci_msg()410 update_scheme += ath_mci_process_profile(sc, &profile_info); in ath_mci_msg()
144 struct profile_info { struct209 …struct profile_info profileinfo[P2P_MAX_PERSISTENT_GROUP_NUM]; /* Store the profile information o…