Home
last modified time | relevance | path

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

/linux-5.19.10/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 …]
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6387 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
6419 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
6420 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
6421 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
6422 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
6445 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
6469 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
6470 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
6471 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
6472 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]