Searched refs:pcmdframe (Results 1 – 1 of 1) sorted by relevance
483 struct xmit_frame *pcmdframe; in rtl8723b_set_FwRsvdPagePkt() local506 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in rtl8723b_set_FwRsvdPagePkt()507 if (!pcmdframe) in rtl8723b_set_FwRsvdPagePkt()510 ReservedPagePacket = pcmdframe->buf_addr; in rtl8723b_set_FwRsvdPagePkt()596 pattrib = &pcmdframe->attrib; in rtl8723b_set_FwRsvdPagePkt()600 dump_mgntframe_and_wait(padapter, pcmdframe, 100); in rtl8723b_set_FwRsvdPagePkt()610 rtw_free_xmitframe(pxmitpriv, pcmdframe); in rtl8723b_set_FwRsvdPagePkt()797 struct xmit_frame *pcmdframe; in SetFwRsvdPagePkt_BTCoex() local817 pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); in SetFwRsvdPagePkt_BTCoex()818 if (!pcmdframe) in SetFwRsvdPagePkt_BTCoex()[all …]