Lines Matching full:common

38 static bool ath_mci_add_profile(struct ath_common *common,  in ath_mci_add_profile()  argument
46 ath_dbg(common, MCI, in ath_mci_add_profile()
53 ath_dbg(common, MCI, in ath_mci_add_profile()
74 static void ath_mci_del_profile(struct ath_common *common, in ath_mci_del_profile() argument
83 ath_dbg(common, MCI, "Profile to be deleted not found\n"); in ath_mci_del_profile()
122 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_update_scheme() local
134 ath_dbg(common, MCI, in ath_mci_update_scheme()
139 ath_dbg(common, MCI, in ath_mci_update_scheme()
146 ath_dbg(common, MCI, in ath_mci_update_scheme()
153 ath_dbg(common, MCI, in ath_mci_update_scheme()
157 ath_dbg(common, MCI, in ath_mci_update_scheme()
190 struct ath_common *common = ath9k_hw_common(ah); in ath_mci_cal_msg() local
196 ath_dbg(common, MCI, "MCI received BT_CAL_REQ\n"); in ath_mci_cal_msg()
202 ath_dbg(common, MCI, "MCI State mismatches: %d\n", in ath_mci_cal_msg()
209 ath_dbg(common, MCI, "MCI received BT_CAL_DONE\n"); in ath_mci_cal_msg()
212 ath_dbg(common, MCI, "MCI error illegal!\n"); in ath_mci_cal_msg()
214 ath_dbg(common, MCI, "MCI BT not in CAL state\n"); in ath_mci_cal_msg()
220 ath_dbg(common, MCI, "MCI received BT_CAL_GRANT\n"); in ath_mci_cal_msg()
223 ath_dbg(common, MCI, "MCI send WLAN_CAL_DONE\n"); in ath_mci_cal_msg()
230 ath_dbg(common, MCI, "MCI Unknown GPM CAL message\n"); in ath_mci_cal_msg()
238 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_process_profile() local
243 if (!ath_mci_add_profile(common, mci, info)) in ath_mci_process_profile()
246 ath_mci_del_profile(common, mci, info); in ath_mci_process_profile()
265 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_process_status() local
273 ath_dbg(common, MCI, "Skip link type status update\n"); in ath_mci_process_status()
281 ath_dbg(common, MCI, in ath_mci_process_status()
287 ath_dbg(common, MCI, "Ignore too many non-link update\n"); in ath_mci_process_status()
310 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_msg() local
319 ath_dbg(common, MCI, "MCI Recv GPM COEX Version Query\n"); in ath_mci_msg()
325 ath_dbg(common, MCI, "MCI Recv GPM COEX Version Response\n"); in ath_mci_msg()
328 ath_dbg(common, MCI, "MCI BT Coex version: %d.%d\n", in ath_mci_msg()
336 ath_dbg(common, MCI, in ath_mci_msg()
344 ath_dbg(common, MCI, "MCI Recv GPM Coex BT profile info\n"); in ath_mci_msg()
352 ath_dbg(common, MCI, in ath_mci_msg()
371 ath_dbg(common, MCI, in ath_mci_msg()
380 ath_dbg(common, MCI, "MCI Unknown GPM COEX message = 0x%02x\n", in ath_mci_msg()
416 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_setup() local
426 ath_dbg(common, FATAL, "MCI buffer alloc failed\n"); in ath_mci_setup()
470 struct ath_common *common = ath9k_hw_common(ah); in ath_mci_intr() local
485 ath_dbg(common, MCI, "MCI interrupt but MCI disabled\n"); in ath_mci_intr()
487 ath_dbg(common, MCI, in ath_mci_intr()
502 ath_dbg(common, MCI, "MCI interrupt send REMOTE_RESET\n"); in ath_mci_intr()
506 ath_dbg(common, MCI, "MCI interrupt send SYS_WAKING\n"); in ath_mci_intr()
516 ath_dbg(common, MCI, "MCI Set BT state to AWAKE\n"); in ath_mci_intr()
528 ath_dbg(common, MCI, in ath_mci_intr()
531 ath_dbg(common, MCI, in ath_mci_intr()
537 ath_dbg(common, MCI, "MCI BT stays in AWAKE mode\n"); in ath_mci_intr()
548 ath_dbg(common, MCI, in ath_mci_intr()
551 ath_dbg(common, MCI, in ath_mci_intr()
557 ath_dbg(common, MCI, "MCI BT stays in SLEEP mode\n"); in ath_mci_intr()
563 ath_dbg(common, MCI, "MCI RX broken, skip GPM msgs\n"); in ath_mci_intr()
625 ath_dbg(common, MCI, "MCI LNA_INFO\n"); in ath_mci_intr()
636 ath_dbg(common, MCI, in ath_mci_intr()
642 ath_dbg(common, MCI, in ath_mci_intr()
651 ath_dbg(common, MCI, "MCI CONT_NACK\n"); in ath_mci_intr()
656 ath_dbg(common, MCI, "MCI CONT_RST\n"); in ath_mci_intr()
666 ath_dbg(common, MCI, "MCI not processed mci_int_rxmsg = 0x%x\n", in ath_mci_intr()