Searched refs:EntryNum (Results 1 – 2 of 2) sorted by relevance
211 static void bthci_DecideBTChannel(struct rtw_adapter *padapter, u8 EntryNum) in bthci_DecideBTChannel() argument311 static u8 bthci_GetAssocInfo(struct rtw_adapter *padapter, u8 EntryNum) in bthci_GetAssocInfo() argument325 if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar == 0) { in bthci_GetAssocInfo()326 if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen < (MAX_AMP_ASSOC_FRAG_LEN)) in bthci_GetAssocInfo()327 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen; in bthci_GetAssocInfo()328 else if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen == (MAX_AMP_ASSOC_FRAG_LEN)) in bthci_GetAssocInfo()330 } else if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar > 0) in bthci_GetAssocInfo()331 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar; in bthci_GetAssocInfo()333 …while ((pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar >= BaseMemoryShift) || TotalLen > B… in bthci_GetAssocInfo()336 (u8 *)pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocfragment+BaseMemoryShift, in bthci_GetAssocInfo()[all …]
1102 enum hci_state_with_cmd StateCmd, u8 EntryNum);1103 void BTHCI_DisconnectPeer(struct rtw_adapter *padapter, u8 EntryNum);1611 void HALBT_SetKey(struct rtw_adapter *padapter, u8 EntryNum);1612 void HALBT_RemoveKey(struct rtw_adapter *padapter, u8 EntryNum);