Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c318 u16 TotalLen = 0; in bthci_GetAssocInfo() local
327 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen; in bthci_GetAssocInfo()
329 TotalLen = MAX_AMP_ASSOC_FRAG_LEN; 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()
334 …BT_HCICMD_DETAIL, ("GetAssocInfo, TotalLen =%d, BaseMemoryShift =%d\n", TotalLen, BaseMemoryShift)… in bthci_GetAssocInfo()
337 TotalLen-BaseMemoryShift); in bthci_GetAssocInfo()
339 tempBuf, TotalLen-BaseMemoryShift); in bthci_GetAssocInfo()