Searched refs:pcmdframe (Results 1 – 2 of 2) sorted by relevance
1433 struct xmit_frame *pcmdframe; in rtl8723b_set_FwRsvdPagePkt() local1470 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_FwRsvdPagePkt()1471 if (!pcmdframe) { in rtl8723b_set_FwRsvdPagePkt()1476 ReservedPagePacket = pcmdframe->buf_addr; in rtl8723b_set_FwRsvdPagePkt()1771 pattrib = &pcmdframe->attrib; in rtl8723b_set_FwRsvdPagePkt()1775 dump_mgntframe_and_wait(padapter, pcmdframe, 100); in rtl8723b_set_FwRsvdPagePkt()1797 rtw_free_xmitframe(pxmitpriv, pcmdframe); in rtl8723b_set_FwRsvdPagePkt()1819 struct xmit_frame *pcmdframe; in rtl8723b_set_AP_FwRsvdPagePkt() local1847 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_AP_FwRsvdPagePkt()1848 if (!pcmdframe) { in rtl8723b_set_AP_FwRsvdPagePkt()[all …]
1521 struct xmit_frame *pcmdframe; in __rtw_alloc_cmdxmitframe() local1524 pcmdframe = rtw_alloc_xmitframe(pxmitpriv); in __rtw_alloc_cmdxmitframe()1525 if (!pcmdframe) { in __rtw_alloc_cmdxmitframe()1533 rtw_free_xmitframe(pxmitpriv, pcmdframe); in __rtw_alloc_cmdxmitframe()1537 pcmdframe->frame_tag = MGNT_FRAMETAG; in __rtw_alloc_cmdxmitframe()1539 pcmdframe->pxmitbuf = pxmitbuf; in __rtw_alloc_cmdxmitframe()1541 pcmdframe->buf_addr = pxmitbuf->pbuf; in __rtw_alloc_cmdxmitframe()1543 pxmitbuf->priv_data = pcmdframe; in __rtw_alloc_cmdxmitframe()1545 return pcmdframe; in __rtw_alloc_cmdxmitframe()