Searched refs:pcmdframe (Results 1 – 2 of 2) sorted by relevance
498 struct xmit_frame *pcmdframe; in rtl8723b_set_FwRsvdPagePkt() local521 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_FwRsvdPagePkt()522 if (!pcmdframe) in rtl8723b_set_FwRsvdPagePkt()525 ReservedPagePacket = pcmdframe->buf_addr; in rtl8723b_set_FwRsvdPagePkt()611 pattrib = &pcmdframe->attrib; in rtl8723b_set_FwRsvdPagePkt()615 dump_mgntframe_and_wait(padapter, pcmdframe, 100); in rtl8723b_set_FwRsvdPagePkt()628 rtw_free_xmitframe(pxmitpriv, pcmdframe); in rtl8723b_set_FwRsvdPagePkt()815 struct xmit_frame *pcmdframe; in SetFwRsvdPagePkt_BTCoex() local835 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in SetFwRsvdPagePkt_BTCoex()836 if (!pcmdframe) in SetFwRsvdPagePkt_BTCoex()[all …]
1420 struct xmit_frame *pcmdframe; in __rtw_alloc_cmdxmitframe() local1423 pcmdframe = rtw_alloc_xmitframe(pxmitpriv); in __rtw_alloc_cmdxmitframe()1424 if (!pcmdframe) in __rtw_alloc_cmdxmitframe()1429 rtw_free_xmitframe(pxmitpriv, pcmdframe); in __rtw_alloc_cmdxmitframe()1433 pcmdframe->frame_tag = MGNT_FRAMETAG; in __rtw_alloc_cmdxmitframe()1435 pcmdframe->pxmitbuf = pxmitbuf; in __rtw_alloc_cmdxmitframe()1437 pcmdframe->buf_addr = pxmitbuf->pbuf; in __rtw_alloc_cmdxmitframe()1439 pxmitbuf->priv_data = pcmdframe; in __rtw_alloc_cmdxmitframe()1441 return pcmdframe; in __rtw_alloc_cmdxmitframe()