Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DeventMbox.c101 TI_UINT8 ActiveMbox; /* The current active Mbox */ member
247 pEventMbox->ActiveMbox = 0; in eventMbox_Stop()
279 pEventMbox->ActiveMbox = 0; in eventMbox_Config()
619 … REPORT_SEVERITY_INFORMATION, "eventMbox_Handle : Reading from MBOX -- %d",pEventMbox->ActiveMbox); in eventMbox_Handle()
623 if (pEventMbox->ActiveMbox == 0) in eventMbox_Handle()
630 else if (pEventMbox->ActiveMbox == 1) in eventMbox_Handle()
648 …BUILD_TTxnStruct(pTxn, pEventMbox->EventMboxAddr[pEventMbox->ActiveMbox], &pEventMbox->iTxnEventMb… in eventMbox_Handle()
651 pEventMbox->ActiveMbox = 1 - pEventMbox->ActiveMbox; in eventMbox_Handle()