Searched refs:bt_coexist (Results 1 – 4 of 4) sorted by relevance
592 if ((last_bt_edca_ul != rtlpcipriv->bt_coexist.bt_edca_ul) || in rtl92c_dm_check_edca_turbo()593 (last_bt_edca_dl != rtlpcipriv->bt_coexist.bt_edca_dl)) { in rtl92c_dm_check_edca_turbo()595 last_bt_edca_ul = rtlpcipriv->bt_coexist.bt_edca_ul; in rtl92c_dm_check_edca_turbo()596 last_bt_edca_dl = rtlpcipriv->bt_coexist.bt_edca_dl; in rtl92c_dm_check_edca_turbo()599 if (rtlpcipriv->bt_coexist.bt_edca_ul != 0) { in rtl92c_dm_check_edca_turbo()600 edca_be_ul = rtlpcipriv->bt_coexist.bt_edca_ul; in rtl92c_dm_check_edca_turbo()604 if (rtlpcipriv->bt_coexist.bt_edca_dl != 0) { in rtl92c_dm_check_edca_turbo()605 edca_be_ul = rtlpcipriv->bt_coexist.bt_edca_dl; in rtl92c_dm_check_edca_turbo()614 if ((!mac->ht_enable) && (!rtlpcipriv->bt_coexist.bt_coexistence)) { in rtl92c_dm_check_edca_turbo()1512 if (curr_bt_rssi_state != rtlpcipriv->bt_coexist.bt_rssi_state) { in rtl92c_bt_rssi_state_change()[all …]
280 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in rtl92ce_set_hw_reg()281 (rtlpcipriv->bt_coexist.bt_coexist_type == in rtl92ce_set_hw_reg()646 if (rtlpcipriv->bt_coexist.bt_coexistence) { in _rtl92ce_init_mac()655 if (rtlpcipriv->bt_coexist.bt_coexistence) { in _rtl92ce_init_mac()689 if (rtlpcipriv->bt_coexist.bt_coexistence) { in _rtl92ce_init_mac()791 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in _rtl92ce_hw_configure()792 (rtlpcipriv->bt_coexist.bt_coexist_type == BT_CSR_BC4)) in _rtl92ce_hw_configure()811 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in _rtl92ce_hw_configure()812 (rtlpcipriv->bt_coexist.bt_coexist_type == BT_CSR_BC4)) { in _rtl92ce_hw_configure()820 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in _rtl92ce_hw_configure()[all …]
227 struct bt_coexist_info bt_coexist; member
103 static int bt_coexist = 0; variable10944 if (bt_coexist) { in ipw_config()12156 module_param(bt_coexist, int, 0444);12157 MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");