Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dfw.c33 struct sk_buff *rtw89_fw_h2c_alloc_skb_with_hdr(struct rtw89_dev *rtwdev, u32 len) in rtw89_fw_h2c_alloc_skb_with_hdr() function
361 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in __rtw89_fw_download_hdr()
623 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_CAM_LEN); in rtw89_fw_h2c_cam()
659 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_DCTL_SEC_CAM_LEN); in rtw89_fw_h2c_dctl_sec_cam_v1()
712 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_BA_CAM_LEN); in rtw89_fw_h2c_ba_cam()
766 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_BA_CAM_LEN); in rtw89_fw_h2c_init_dynamic_ba_cam_v1()
820 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LOG_CFG_LEN); in rtw89_fw_h2c_fw_log()
858 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_GENERAL_PKT_LEN); in rtw89_fw_h2c_general_pkt()
897 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LPS_PARM_LEN); in rtw89_fw_h2c_lps_parm()
946 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_P2P_ACT_LEN); in rtw89_fw_h2c_p2p_act()
[all …]
Dcam.c21 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, cmd_len); in rtw89_cam_get_sec_key_cmd()
Dfw.h2825 struct sk_buff *rtw89_fw_h2c_alloc_skb_with_hdr(struct rtw89_dev *rtwdev, u32 len);