Searched refs:pcmdframe (Results 1 – 2 of 2) sorted by relevance
1444 struct xmit_frame *pcmdframe; in rtl8723b_set_FwRsvdPagePkt() local1482 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_FwRsvdPagePkt()1483 if (pcmdframe == NULL) { in rtl8723b_set_FwRsvdPagePkt()1488 ReservedPagePacket = pcmdframe->buf_addr; in rtl8723b_set_FwRsvdPagePkt()1783 pattrib = &pcmdframe->attrib; in rtl8723b_set_FwRsvdPagePkt()1787 dump_mgntframe_and_wait(padapter, pcmdframe, 100); in rtl8723b_set_FwRsvdPagePkt()1809 rtw_free_xmitframe(pxmitpriv, pcmdframe); in rtl8723b_set_FwRsvdPagePkt()1830 struct xmit_frame *pcmdframe; in rtl8723b_set_AP_FwRsvdPagePkt() local1858 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_AP_FwRsvdPagePkt()1859 if (pcmdframe == NULL) { in rtl8723b_set_AP_FwRsvdPagePkt()[all …]
1644 struct xmit_frame *pcmdframe; in __rtw_alloc_cmdxmitframe() local1647 pcmdframe = rtw_alloc_xmitframe(pxmitpriv); in __rtw_alloc_cmdxmitframe()1648 if (pcmdframe == NULL) { in __rtw_alloc_cmdxmitframe()1656 rtw_free_xmitframe(pxmitpriv, pcmdframe); in __rtw_alloc_cmdxmitframe()1660 pcmdframe->frame_tag = MGNT_FRAMETAG; in __rtw_alloc_cmdxmitframe()1662 pcmdframe->pxmitbuf = pxmitbuf; in __rtw_alloc_cmdxmitframe()1664 pcmdframe->buf_addr = pxmitbuf->pbuf; in __rtw_alloc_cmdxmitframe()1666 pxmitbuf->priv_data = pcmdframe; in __rtw_alloc_cmdxmitframe()1668 return pcmdframe; in __rtw_alloc_cmdxmitframe()