Searched refs:pmgntframe (Results 1 – 3 of 3) sorted by relevance
1890 struct xmit_frame *pmgntframe; in _alloc_mgtxmitframe() local1894 pmgntframe = rtw_alloc_xmitframe_once(pxmitpriv); in _alloc_mgtxmitframe()1896 pmgntframe = rtw_alloc_xmitframe_ext(pxmitpriv); in _alloc_mgtxmitframe()1898 if (!pmgntframe) in _alloc_mgtxmitframe()1903 rtw_free_xmitframe(pxmitpriv, pmgntframe); in _alloc_mgtxmitframe()1904 pmgntframe = NULL; in _alloc_mgtxmitframe()1908 pmgntframe->frame_tag = MGNT_FRAMETAG; in _alloc_mgtxmitframe()1909 pmgntframe->pxmitbuf = pxmitbuf; in _alloc_mgtxmitframe()1910 pmgntframe->buf_addr = pxmitbuf->pbuf; in _alloc_mgtxmitframe()1911 pxmitbuf->priv_data = pmgntframe; in _alloc_mgtxmitframe()[all …]
2058 struct xmit_frame *pmgntframe; in rtw_cfg80211_monitor_if_xmit_entry() local2074 pmgntframe = alloc_mgtxmitframe(pxmitpriv); in rtw_cfg80211_monitor_if_xmit_entry()2075 if (!pmgntframe) in rtw_cfg80211_monitor_if_xmit_entry()2079 pattrib = &pmgntframe->attrib; in rtw_cfg80211_monitor_if_xmit_entry()2083 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in rtw_cfg80211_monitor_if_xmit_entry()2085 pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; in rtw_cfg80211_monitor_if_xmit_entry()2098 dump_mgntframe(padapter, pmgntframe); in rtw_cfg80211_monitor_if_xmit_entry()2460 struct xmit_frame *pmgntframe; in _cfg80211_rtw_mgmt_tx() local2479 pmgntframe = alloc_mgtxmitframe(pxmitpriv); in _cfg80211_rtw_mgmt_tx()2480 if (!pmgntframe) { in _cfg80211_rtw_mgmt_tx()[all …]
413 s32 rtl8723bs_mgnt_xmit(struct adapter *padapter, struct xmit_frame *pmgntframe);