Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4438 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
4470 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4471 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
4472 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
4473 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
4499 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
4523 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4524 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
4525 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
4526 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6928 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
6960 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
6961 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
6962 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
6963 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
6986 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
7010 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
7011 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
7012 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
7013 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]