Searched refs:pcmdframe (Results 1 – 2 of 2) sorted by relevance
1426 struct xmit_frame *pcmdframe; in rtl8723b_set_FwRsvdPagePkt() local1463 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_FwRsvdPagePkt()1464 if (!pcmdframe) { in rtl8723b_set_FwRsvdPagePkt()1469 ReservedPagePacket = pcmdframe->buf_addr; in rtl8723b_set_FwRsvdPagePkt()1764 pattrib = &pcmdframe->attrib; in rtl8723b_set_FwRsvdPagePkt()1768 dump_mgntframe_and_wait(padapter, pcmdframe, 100); in rtl8723b_set_FwRsvdPagePkt()1790 rtw_free_xmitframe(pxmitpriv, pcmdframe); in rtl8723b_set_FwRsvdPagePkt()1811 struct xmit_frame *pcmdframe; in rtl8723b_set_AP_FwRsvdPagePkt() local1839 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_AP_FwRsvdPagePkt()1840 if (!pcmdframe) { 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) { 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()