Home
last modified time | relevance | path

Searched refs:bCurLowPenaltyRa (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1209 u8 bCurLowPenaltyRa; member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c6808 pBtdm8723->bCurLowPenaltyRa = bLowPenaltyRa; in btdm_2AntLowPenaltyRa()
6813 if (pBtdm8723->bPreLowPenaltyRa == pBtdm8723->bCurLowPenaltyRa) in btdm_2AntLowPenaltyRa()
6816 BTDM_SetSwPenaltyTxRateAdaptive(padapter, (u8)pBtdm8723->bCurLowPenaltyRa); in btdm_2AntLowPenaltyRa()
6818 pBtdm8723->bPreLowPenaltyRa = pBtdm8723->bCurLowPenaltyRa; in btdm_2AntLowPenaltyRa()
9461 pBtCoex->btdm2Ant.bCurLowPenaltyRa); in BTDM_Display8723ABtCoexInfo()