Searched refs:rtw89_fw_h2c_alloc_skb_with_hdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/ |
D | fw.c | 40 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 743 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in __rtw89_fw_download_hdr() 1180 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_CAM_LEN); in rtw89_fw_h2c_cam() 1216 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_DCTL_SEC_CAM_LEN); in rtw89_fw_h2c_dctl_sec_cam_v1() 1269 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_BA_CAM_LEN); in rtw89_fw_h2c_ba_cam() 1323 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_BA_CAM_LEN); in rtw89_fw_h2c_init_ba_cam_v0_ext() 1377 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LOG_CFG_LEN); in rtw89_fw_h2c_fw_log() 1499 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_GENERAL_PKT_LEN); in rtw89_fw_h2c_general_pkt() 1538 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LPS_PARM_LEN); in rtw89_fw_h2c_lps_parm() 1587 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_P2P_ACT_LEN); in rtw89_fw_h2c_p2p_act() [all …]
|
D | cam.c | 21 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, cmd_len); in rtw89_cam_get_sec_key_cmd()
|
D | fw.h | 3710 struct sk_buff *rtw89_fw_h2c_alloc_skb_with_hdr(struct rtw89_dev *rtwdev, u32 len);
|