Searched refs:C2hEvent (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c332 struct c2h_evt_hdr_t C2hEvent; local
338 C2hEvent.CmdID = pbuf_c2h[0];
339 C2hEvent.CmdSeq = pbuf_c2h[1];
340 C2hEvent.CmdLen = (len_c2h-2);
343 if (C2hEvent.CmdID == C2H_CCX_TX_RPT)
344 CCX_FwC2HTxRpt_8723b(padapter, pdata_c2h, C2hEvent.CmdLen);
H A Drtl8723b_hal_init.c3158 /* C2HExtRaRptHandler(padapter, pC2hEvent->payload, C2hEvent.CmdLen); */
3198 /* C2HExtRaRptHandler(padapter, tmpBuf, C2hEvent.CmdLen); */
3215 struct c2h_evt_hdr_t C2hEvent; local
3217 C2hEvent.CmdID = pbuffer[0];
3218 C2hEvent.CmdSeq = pbuffer[1];
3219 C2hEvent.CmdLen = length-2;
3222 process_c2h_event(padapter, &C2hEvent, tmpBuf);
3223 /* c2h_handler_8723b(padapter,&C2hEvent); */

Completed in 259 milliseconds