Searched refs:PLH (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 1241 u8 EntryNum, PLH; in bthci_BuildPhysicalLink() local 1249 PLH = *((u8 *)pHciCmd->Data); in bthci_BuildPhysicalLink() 1254 bthci_EventPhysicalLinkComplete(padapter, status, INVALID_ENTRY_NUM, PLH); in bthci_BuildPhysicalLink() 1259 pBTInfo->BtAsocEntry[EntryNum].PhyLinkCmdData.BtPhyLinkhandle = PLH; in bthci_BuildPhysicalLink() 1260 pBtMgnt->BtCurrentPhyLinkhandle = PLH; in bthci_BuildPhysicalLink() 1265 bthci_EventPhysicalLinkComplete(padapter, status, INVALID_ENTRY_NUM, PLH); in bthci_BuildPhysicalLink() 2933 u16 PLH; in bthci_CmdReadLinkQuality() local 2936 PLH = *((u16 *)&pHciCmd->Data[0]); in bthci_CmdReadLinkQuality() 2937 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("PLH = 0x%x\n", PLH)); in bthci_CmdReadLinkQuality() 2939 EntryNum = bthci_GetCurrentEntryNum(padapter, (u8)PLH); in bthci_CmdReadLinkQuality() [all …]
|