Searched refs:curAlgorithm (Results 1 – 2 of 2) sorted by relevance
8699 pBtdm8723->curAlgorithm = algorithm; in BTDM_2AntFwC2hBtInfo8723A()8700 RTPRINT(FBT, BT_TRACE, ("[BTCoex], Algorithm = %d \n", pBtdm8723->curAlgorithm)); in BTDM_2AntFwC2hBtInfo8723A()8739 pBtdm8723->curAlgorithm = btdm_ActionAlgorithm(padapter); in BTDM_2AntBtCoexist8723A()8740 RTPRINT(FBT, BT_TRACE, ("[BTCoex], Algorithm = %d \n", pBtdm8723->curAlgorithm)); in BTDM_2AntBtCoexist8723A()8746 if (pBtdm8723->curAlgorithm != pBtdm8723->preAlgorithm) { in BTDM_2AntBtCoexist8723A()8748 pBtdm8723->preAlgorithm, pBtdm8723->curAlgorithm)); in BTDM_2AntBtCoexist8723A()8751 switch (pBtdm8723->curAlgorithm) { in BTDM_2AntBtCoexist8723A()8793 pBtdm8723->preAlgorithm = pBtdm8723->curAlgorithm; in BTDM_2AntBtCoexist8723A()8826 if (pBtdm8723->curAlgorithm != pBtdm8723->preAlgorithm) { in BTDM_2AntBtCoexist8723A()8830 pBtdm8723->curAlgorithm)); in BTDM_2AntBtCoexist8723A()[all …]
1242 u8 curAlgorithm; member