Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c649 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].BtLogLinkhandle = 0; in bthci_ResetFlowSpec()
650 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].BtPhyLinkhandle = 0; in bthci_ResetFlowSpec()
651 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].bLLCompleteEventIsSet = false; in bthci_ResetFlowSpec()
652 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].bLLCancelCMDIsSetandComplete = false; in bthci_ResetFlowSpec()
653 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].BtTxFlowSpecID = 0; in bthci_ResetFlowSpec()
654 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].TxPacketCount = 0; in bthci_ResetFlowSpec()
656 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].Tx_Flow_Spec.Identifier = 0x01; in bthci_ResetFlowSpec()
657 …pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].Tx_Flow_Spec.ServiceType = SERVICE_BEST_EFFOR… in bthci_ResetFlowSpec()
658 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].Tx_Flow_Spec.MaximumSDUSize = 0xffff; in bthci_ResetFlowSpec()
659 pBTinfo->BtAsocEntry[EntryNum].LogLinkCmdData[index].Tx_Flow_Spec.SDUInterArrivalTime = 0xffffffff; in bthci_ResetFlowSpec()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h779 struct hci_log_link_cmd_data LogLinkCmdData[MAX_LOGICAL_LINK_NUM]; member