Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c3515 list_for_each_entry(early_h2c, &rtwdev->early_h2c_list, list) in rtw89_debug_priv_early_h2c_get()
3552 list_add_tail(&early_h2c->list, &rtwdev->early_h2c_list); in rtw89_debug_priv_early_h2c_set()
H A Dfw.c6293 list_for_each_entry(early_h2c, &rtwdev->early_h2c_list, list) { in rtw89_fw_send_all_early_h2c()
6302 list_for_each_entry_safe(early_h2c, tmp, &rtwdev->early_h2c_list, list) { in __rtw89_fw_free_all_early_h2c()
H A Dcore.h5704 struct list_head early_h2c_list; member
H A Dcore.c4857 INIT_LIST_HEAD(&rtwdev->early_h2c_list); in rtw89_core_init()