Home
last modified time | relevance | path

Searched refs:pkt_list (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dfw.c1460 struct list_head *pkt_list = &rtwvif->general_pkt_list; in rtw89_fw_release_general_pkt_list_vif() local
1463 list_for_each_entry_safe(info, tmp, pkt_list, list) { in rtw89_fw_release_general_pkt_list_vif()
3513 struct list_head *pkt_list = rtwdev->scan_info.pkt_list; in rtw89_release_pkt_list() local
3521 list_for_each_entry_safe(info, tmp, &pkt_list[idx], list) { in rtw89_release_pkt_list()
3594 list_add_tail(&info->list, &scan_info->pkt_list[band]); in rtw89_append_probe_req_ie()
3632 struct list_head *pkt_list = rtwdev->scan_info.pkt_list; in rtw89_update_6ghz_rnr_chan() local
3654 list_for_each_entry(tmp, &pkt_list[NL80211_BAND_6GHZ], list) { in rtw89_update_6ghz_rnr_chan()
3686 list_add_tail(&info->list, &rtwdev->scan_info.pkt_list[NL80211_BAND_6GHZ]); in rtw89_update_6ghz_rnr_chan()
3737 list_for_each_entry(info, &scan_info->pkt_list[band], list) { in rtw89_hw_scan_add_chan()
Dcore.c1563 struct list_head *pkt_list = rtwdev->scan_info.pkt_list; in rtw89_cancel_6ghz_probe_work() local
1571 list_for_each_entry(info, &pkt_list[NL80211_BAND_6GHZ], list) { in rtw89_cancel_6ghz_probe_work()
1592 struct list_head *pkt_list = rtwdev->scan_info.pkt_list; in rtw89_core_cancel_6ghz_probe_tx() local
1602 list_for_each_entry(info, &pkt_list[NL80211_BAND_6GHZ], list) { in rtw89_core_cancel_6ghz_probe_tx()
3624 INIT_LIST_HEAD(&rtwdev->scan_info.pkt_list[band]); in rtw89_core_init()
Ddebug.c3425 static void rtw89_dump_pkt_offload(struct seq_file *m, struct list_head *pkt_list, in rtw89_dump_pkt_offload() argument
3432 if (list_empty(pkt_list)) in rtw89_dump_pkt_offload()
3443 list_for_each_entry(info, pkt_list, list) in rtw89_dump_pkt_offload()
3519 rtw89_dump_pkt_offload(m, &rtwdev->scan_info.pkt_list[idx], in rtw89_debug_priv_stations_get()
Dcore.h4281 struct list_head pkt_list[NUM_NL80211_BANDS]; member