Searched refs:GET_BT_INFO (Results 1 – 2 of 2) sorted by relevance
104 struct bt_30info *pBTInfo = GET_BT_INFO(padapter); in BT_Operation()200 struct bt_30info *pBTInfo = GET_BT_INFO(padapter); in bthci_GetCurrentEntryNum()226 pBTInfo = GET_BT_INFO(padapter); in bthci_DecideBTChannel()323 pBTInfo = GET_BT_INFO(padapter); in bthci_GetAssocInfo()411 pBTInfo = GET_BT_INFO(padapter); in bthci_AddEntry()545 pBTInfo = GET_BT_INFO(padapter); in bthci_AssocPreferredChannelList()614 pBTInfo = GET_BT_INFO(padapter); in bthci_CheckRfStateBeforeConnect()635 pBTInfo = GET_BT_INFO(padapter); in bthci_PhyLinkConnectionInProgress()648 pBTinfo = GET_BT_INFO(padapter); in bthci_ResetFlowSpec()678 pBTinfo = GET_BT_INFO(padapter); in bthci_ResetEntry()[all …]
1113 #define GET_BT_INFO(padapter) (&GET_HAL_DATA(padapter)->BtInfo) macro