Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4715 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event23a() local
4743 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event23a()
4744 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event23a()
4745 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event23a()
4746 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event23a()
4772 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event23a() local
4794 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event23a()
4795 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event23a()
4796 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event23a()
4797 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event23a()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4279 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
4310 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4311 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
4312 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
4313 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
4338 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
4362 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4363 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
4364 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
4365 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]