Home
last modified time | relevance | path

Searched refs:pmgntframe (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1820 struct xmit_frame *pmgntframe; in alloc_mgtxmitframe() local
1823 pmgntframe = rtw_alloc_xmitframe(pxmitpriv); in alloc_mgtxmitframe()
1824 if (pmgntframe == NULL) { in alloc_mgtxmitframe()
1832 rtw_free_xmitframe(pxmitpriv, pmgntframe); in alloc_mgtxmitframe()
1835 pmgntframe->frame_tag = MGNT_FRAMETAG; in alloc_mgtxmitframe()
1836 pmgntframe->pxmitbuf = pxmitbuf; in alloc_mgtxmitframe()
1837 pmgntframe->buf_addr = pxmitbuf->pbuf; in alloc_mgtxmitframe()
1838 pxmitbuf->priv_data = pmgntframe; in alloc_mgtxmitframe()
1839 return pmgntframe; in alloc_mgtxmitframe()
1889 void dump_mgntframe(struct adapter *padapter, struct xmit_frame *pmgntframe) in dump_mgntframe() argument
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2183 struct xmit_frame *pmgntframe; in alloc_mgtxmitframe23a() local
2186 pmgntframe = rtw_alloc_xmitframe23a_ext(pxmitpriv); in alloc_mgtxmitframe23a()
2188 if (!pmgntframe) { in alloc_mgtxmitframe23a()
2198 rtw_free_xmitframe23a(pxmitpriv, pmgntframe); in alloc_mgtxmitframe23a()
2199 pmgntframe = NULL; in alloc_mgtxmitframe23a()
2203 pmgntframe->frame_tag = MGNT_FRAMETAG; in alloc_mgtxmitframe23a()
2204 pmgntframe->pxmitbuf = pxmitbuf; in alloc_mgtxmitframe23a()
2205 pmgntframe->buf_addr = pxmitbuf->pbuf; in alloc_mgtxmitframe23a()
2206 pxmitbuf->priv_data = pmgntframe; in alloc_mgtxmitframe23a()
2209 return pmgntframe; in alloc_mgtxmitframe23a()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c433 struct xmit_frame *pmgntframe; in SetFwRsvdPagePkt() local
544 pmgntframe = alloc_mgtxmitframe23a(pxmitpriv); in SetFwRsvdPagePkt()
545 if (pmgntframe == NULL) in SetFwRsvdPagePkt()
549 pattrib = &pmgntframe->attrib; in SetFwRsvdPagePkt()
553 memcpy(pmgntframe->buf_addr, ReservedPagePacket, TotalPacketLen); in SetFwRsvdPagePkt()
555 rtl8723au_mgnt_xmit(padapter, pmgntframe); in SetFwRsvdPagePkt()
640 struct xmit_frame *pmgntframe; in SetFwRsvdPagePkt_BTCoex() local
706 pmgntframe = alloc_mgtxmitframe23a(pxmitpriv); in SetFwRsvdPagePkt_BTCoex()
707 if (pmgntframe == NULL) in SetFwRsvdPagePkt_BTCoex()
711 pattrib = &pmgntframe->attrib; in SetFwRsvdPagePkt_BTCoex()
[all …]
Drtl8723au_xmit.c498 struct xmit_frame *pmgntframe) in rtl8723au_mgnt_xmit() argument
500 return rtw_dump_xframe(padapter, pmgntframe); in rtl8723au_mgnt_xmit()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c475 struct xmit_frame *pmgntframe; in SetFwRsvdPagePkt() local
560 pmgntframe = alloc_mgtxmitframe(pxmitpriv); in SetFwRsvdPagePkt()
561 if (pmgntframe == NULL) in SetFwRsvdPagePkt()
565 pattrib = &pmgntframe->attrib; in SetFwRsvdPagePkt()
570 memcpy(pmgntframe->buf_addr, ReservedPagePacket, TotalPacketLen); in SetFwRsvdPagePkt()
572 rtw_hal_mgnt_xmit(adapt, pmgntframe); in SetFwRsvdPagePkt()
Dhal_intf.c202 s32 rtw_hal_mgnt_xmit(struct adapter *adapt, struct xmit_frame *pmgntframe) in rtw_hal_mgnt_xmit() argument
206 ret = adapt->HalFunc.mgnt_xmit(adapt, pmgntframe); in rtw_hal_mgnt_xmit()
Drtl8188eu_xmit.c685 s32 rtl8188eu_mgnt_xmit(struct adapter *adapt, struct xmit_frame *pmgntframe) in rtl8188eu_mgnt_xmit() argument
687 return rtw_dump_xframe(adapt, pmgntframe); in rtl8188eu_mgnt_xmit()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dhal_intf.h215 struct xmit_frame *pmgntframe);
287 struct xmit_frame *pmgntframe);
Drtw_mlme_ext.h561 void dump_mgntframe(struct adapter *padapter, struct xmit_frame *pmgntframe);
563 struct xmit_frame *pmgntframe, int timeout_ms);
565 struct xmit_frame *pmgntframe);
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2508 struct xmit_frame *pmgntframe; in rtw_cfg80211_monitor_if_xmit_entry() local
2528 pmgntframe = alloc_mgtxmitframe23a(pxmitpriv); in rtw_cfg80211_monitor_if_xmit_entry()
2529 if (pmgntframe == NULL) in rtw_cfg80211_monitor_if_xmit_entry()
2533 pattrib = &pmgntframe->attrib; in rtw_cfg80211_monitor_if_xmit_entry()
2537 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in rtw_cfg80211_monitor_if_xmit_entry()
2539 pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; in rtw_cfg80211_monitor_if_xmit_entry()
2551 dump_mgntframe23a(padapter, pmgntframe); in rtw_cfg80211_monitor_if_xmit_entry()
2955 struct xmit_frame *pmgntframe; in _cfg80211_rtw_mgmt_tx() local
2981 pmgntframe = alloc_mgtxmitframe23a(pxmitpriv); in _cfg80211_rtw_mgmt_tx()
2982 if (!pmgntframe) { in _cfg80211_rtw_mgmt_tx()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h552 struct xmit_frame *pmgntframe);
554 struct xmit_frame *pmgntframe, int timeout_ms);
556 struct xmit_frame *pmgntframe);
Drtl8723a_xmit.h221 int rtl8723au_mgnt_xmit(struct rtw_adapter *padapter, struct xmit_frame *pmgntframe);