Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c1051 const struct rtw89_dle_input *dle_input; in txpktctrl_init_be() local
1063 dle_input = mac->dle_info.dle_input; in txpktctrl_init_be()
1064 if (dle_input) in txpktctrl_init_be()
1065 mpdu_info_b1_ofst = DIV_ROUND_UP(dle_input->mpdu_info_tbl_b0, in txpktctrl_init_be()
H A Dcore.h4122 const struct rtw89_dle_input *dle_input; member
4661 const struct rtw89_dle_input *dle_input; member
H A Dmac.c1868 mac->dle_info.dle_input = cfg->dle_input; in get_dle_mem_cfg()