Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c319 u16 TotalLen = 0; in bthci_GetAssocInfo() local
328 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen; in bthci_GetAssocInfo()
330 TotalLen = MAX_AMP_ASSOC_FRAG_LEN; in bthci_GetAssocInfo()
332 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar; in bthci_GetAssocInfo()
334 …while ((pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar >= BaseMemoryShift) || TotalLen > B… in bthci_GetAssocInfo()
335 …BT_HCICMD_DETAIL, ("GetAssocInfo, TotalLen =%d, BaseMemoryShift =%d\n", TotalLen, BaseMemoryShift)… in bthci_GetAssocInfo()
338 TotalLen-BaseMemoryShift); in bthci_GetAssocInfo()
340 tempBuf, TotalLen-BaseMemoryShift); in bthci_GetAssocInfo()