Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4235 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
4266 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4267 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
4268 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
4269 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
4294 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
4318 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4319 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
4320 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
4321 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4725 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event23a() local
4753 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event23a()
4754 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event23a()
4755 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event23a()
4756 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event23a()
4782 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event23a() local
4804 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event23a()
4805 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event23a()
4806 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event23a()
4807 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event23a()
[all …]