Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dfw.c366 SET_PKT_H2C_TOTAL_LEN(h2c_pkt, total_size); in rtw_fw_send_general_info()
394 SET_PKT_H2C_TOTAL_LEN(h2c_pkt, total_size); in rtw_fw_send_phydm_info()
410 SET_PKT_H2C_TOTAL_LEN(h2c_pkt, total_size); in rtw_fw_do_iqk()
1654 SET_PKT_H2C_TOTAL_LEN(h2c_pkt, total_size); in __rtw_fw_update_pkt()
1704 SET_PKT_H2C_TOTAL_LEN(h2c_pkt, total_size); in rtw_fw_channel_switch()
Dfw.h286 #define SET_PKT_H2C_TOTAL_LEN(h2c_pkt, value) \ macro