Lines Matching refs:mci
174 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_ftp_adjust() local
179 (mci->num_pan || mci->num_other_acl)) in ath_mci_ftp_adjust()
180 ah->btcoex_hw.mci.stomp_ftp = in ath_mci_ftp_adjust()
183 ah->btcoex_hw.mci.stomp_ftp = false; in ath_mci_ftp_adjust()
348 struct ath_mci_profile *mci = &sc->btcoex.mci; in ath9k_btcoex_aggr_limit() local
351 if ((sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_MCI) && mci->aggr_limit) in ath9k_btcoex_aggr_limit()
352 aggr_limit = (max_4ms_framelen * mci->aggr_limit) >> 4; in ath9k_btcoex_aggr_limit()
396 ath_mci_flush_profile(&sc->btcoex.mci); in ath9k_stop_btcoex()
431 INIT_LIST_HEAD(&sc->btcoex.mci.info); in ath9k_init_btcoex()
450 struct ath_mci_profile *mci = &btcoex->mci; in ath9k_dump_mci_btcoex() local
456 ATH_DUMP_BTCOEX("Total BT profiles", NUM_PROF(mci)); in ath9k_dump_mci_btcoex()
457 ATH_DUMP_BTCOEX("MGMT", mci->num_mgmt); in ath9k_dump_mci_btcoex()
458 ATH_DUMP_BTCOEX("SCO", mci->num_sco); in ath9k_dump_mci_btcoex()
459 ATH_DUMP_BTCOEX("A2DP", mci->num_a2dp); in ath9k_dump_mci_btcoex()
460 ATH_DUMP_BTCOEX("HID", mci->num_hid); in ath9k_dump_mci_btcoex()
461 ATH_DUMP_BTCOEX("PAN", mci->num_pan); in ath9k_dump_mci_btcoex()
462 ATH_DUMP_BTCOEX("ACL", mci->num_other_acl); in ath9k_dump_mci_btcoex()
463 ATH_DUMP_BTCOEX("BDR", mci->num_bdr); in ath9k_dump_mci_btcoex()
464 ATH_DUMP_BTCOEX("Aggr. Limit", mci->aggr_limit); in ath9k_dump_mci_btcoex()
469 ATH_DUMP_BTCOEX("Concurrent Tx", btcoex_hw->mci.concur_tx); in ath9k_dump_mci_btcoex()