Searched refs:pcmdframe (Results 1 – 1 of 1) sorted by relevance
497 struct xmit_frame *pcmdframe; in rtl8723b_set_FwRsvdPagePkt() local520 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_FwRsvdPagePkt()521 if (!pcmdframe) in rtl8723b_set_FwRsvdPagePkt()524 ReservedPagePacket = pcmdframe->buf_addr; in rtl8723b_set_FwRsvdPagePkt()610 pattrib = &pcmdframe->attrib; in rtl8723b_set_FwRsvdPagePkt()614 dump_mgntframe_and_wait(padapter, pcmdframe, 100); in rtl8723b_set_FwRsvdPagePkt()627 rtw_free_xmitframe(pxmitpriv, pcmdframe); in rtl8723b_set_FwRsvdPagePkt()814 struct xmit_frame *pcmdframe; in SetFwRsvdPagePkt_BTCoex() local834 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in SetFwRsvdPagePkt_BTCoex()835 if (!pcmdframe) in SetFwRsvdPagePkt_BTCoex()[all …]