Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h828 u8 HwCAMIndex; /* Cam index */ member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c11161 pBtAssocEntry->HwCAMIndex = BT_HWCAM_STAR + EntryNum; in HALBT_SetKey()
11164 rtl8723a_cam_write(padapter, pBtAssocEntry->HwCAMIndex, usConfig, in HALBT_SetKey()
11177 if (pBTinfo->BtAsocEntry[EntryNum].HwCAMIndex != 0) { in HALBT_RemoveKey()
11179 if (pBtAssocEntry->HwCAMIndex >= BT_HWCAM_STAR && in HALBT_RemoveKey()
11180 pBtAssocEntry->HwCAMIndex < HALF_CAM_ENTRY) in HALBT_RemoveKey()
11182 pBtAssocEntry->HwCAMIndex); in HALBT_RemoveKey()
11183 pBTinfo->BtAsocEntry[EntryNum].HwCAMIndex = 0; in HALBT_RemoveKey()