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.8/drivers/net/wireless/realtek/rtw89/
Dfw.c54 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
927 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in __rtw89_fw_download_hdr()
1423 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_CAM_LEN); in rtw89_fw_h2c_cam()
1459 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_DCTL_SEC_CAM_LEN); in rtw89_fw_h2c_dctl_sec_cam_v1()
1512 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_BA_CAM_LEN); in rtw89_fw_h2c_ba_cam()
1566 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_BA_CAM_LEN); in rtw89_fw_h2c_init_ba_cam_v0_ext()
1620 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LOG_CFG_LEN); in rtw89_fw_h2c_fw_log()
1742 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_GENERAL_PKT_LEN); in rtw89_fw_h2c_general_pkt()
1781 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LPS_PARM_LEN); in rtw89_fw_h2c_lps_parm()
1830 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.h3905 struct sk_buff *rtw89_fw_h2c_alloc_skb_with_hdr(struct rtw89_dev *rtwdev, u32 len);