Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dfw.c169 rtw_h2c_pkt_set_header(h2c_pkt, H2C_PKT_GENERAL_INFO); in rtw_fw_send_general_info()
194 rtw_h2c_pkt_set_header(h2c_pkt, H2C_PKT_PHYDM_INFO); in rtw_fw_send_phydm_info()
211 rtw_h2c_pkt_set_header(h2c_pkt, H2C_PKT_IQK); in rtw_fw_do_iqk()
Dfw.h118 static inline void rtw_h2c_pkt_set_header(u8 *h2c_pkt, u8 sub_id) in rtw_h2c_pkt_set_header() function