Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c4386 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
4418 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4419 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
4420 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
4421 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
4447 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
4471 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4472 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
4473 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
4474 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]