Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c88 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
1316 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in __rtw89_fw_download_hdr()
1888 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_CAM_LEN); in rtw89_fw_h2c_cam()
1926 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_dctl_sec_cam_v1()
1965 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_dctl_sec_cam_v2()
2005 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_default_dmac_tbl_v2()
2078 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_ba_cam()
2138 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_init_ba_cam_v0_ext()
2214 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_ba_cam_v1()
2272 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, len); in rtw89_fw_h2c_init_ba_cam_users()
[all …]
H A Dcam.c21 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, cmd_len); in rtw89_cam_get_sec_key_cmd()
H A Dfw.h4691 struct sk_buff *rtw89_fw_h2c_alloc_skb_with_hdr(struct rtw89_dev *rtwdev, u32 len);