Home
last modified time | relevance | path

Searched refs:match_set_cnt (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/realtek/rtw88/
Dfw.c918 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()
921 size = sizeof(struct rtw_nlo_info_hdr) + pno_req->match_set_cnt * in rtw_nlo_info_get()
932 nlo_hdr->nlo_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
933 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
938 for (i = 0; i < pno_req->match_set_cnt; i++) in rtw_nlo_info_get()
941 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()
952 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()
1264 for (i = 0 ; i < rtw_pno_req->match_set_cnt; i++) { in rtw_add_rsvd_page_pno()
Dwow.c545 pno_req->match_set_cnt = nd_config->n_match_sets; in rtw_wow_check_pno()
546 size = sizeof(*pno_req->match_sets) * pno_req->match_set_cnt; in rtw_wow_check_pno()
Dmain.h1030 u32 match_set_cnt; member