profile_status    371 drivers/net/wireless/ath/ath9k/mci.c 	struct ath_mci_profile_status profile_status;
profile_status    411 drivers/net/wireless/ath/ath9k/mci.c 		profile_status.is_link = *(rx_payload +
profile_status    413 drivers/net/wireless/ath/ath9k/mci.c 		profile_status.conn_handle = *(rx_payload +
profile_status    415 drivers/net/wireless/ath/ath9k/mci.c 		profile_status.is_critical = *(rx_payload +
profile_status    421 drivers/net/wireless/ath/ath9k/mci.c 			profile_status.is_link, profile_status.conn_handle,
profile_status    422 drivers/net/wireless/ath/ath9k/mci.c 			profile_status.is_critical, seq_num);
profile_status    424 drivers/net/wireless/ath/ath9k/mci.c 		update_scheme += ath_mci_process_status(sc, &profile_status);