Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h978 u16 enFlush_LLH; /* enhanced flush handle */ member
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c1530 pBtHciInfo->enFlush_LLH = 0; in bthci_ResetBtHciInfo()
2005 pBtHciInfo->enFlush_LLH = logicHandle; in bthci_CmdEnhancedFlush()
2007 if (bthci_DiscardTxPackets(padapter, pBtHciInfo->enFlush_LLH)) in bthci_CmdEnhancedFlush()
2008 bthci_EventFlushOccurred(padapter, pBtHciInfo->enFlush_LLH); in bthci_CmdEnhancedFlush()
2016 if (pBtHciInfo->enFlush_LLH) { in bthci_CmdEnhancedFlush()
2017 bthci_EventEnhancedFlushComplete(padapter, pBtHciInfo->enFlush_LLH); in bthci_CmdEnhancedFlush()
2018 pBtHciInfo->enFlush_LLH = 0; in bthci_CmdEnhancedFlush()