Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4404 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
4436 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4437 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
4438 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
4439 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
4465 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
4489 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4490 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
4491 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
4492 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]
/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6638 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
6670 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
6671 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
6672 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
6673 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
6696 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
6720 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
6721 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
6722 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
6723 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]