Searched refs:pcmdframe (Results 1 – 2 of 2) 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 …]
1458 struct xmit_frame *pcmdframe; in __rtw_alloc_cmdxmitframe() local1461 pcmdframe = rtw_alloc_xmitframe(pxmitpriv); in __rtw_alloc_cmdxmitframe()1462 if (!pcmdframe) in __rtw_alloc_cmdxmitframe()1467 rtw_free_xmitframe(pxmitpriv, pcmdframe); in __rtw_alloc_cmdxmitframe()1471 pcmdframe->frame_tag = MGNT_FRAMETAG; in __rtw_alloc_cmdxmitframe()1473 pcmdframe->pxmitbuf = pxmitbuf; in __rtw_alloc_cmdxmitframe()1475 pcmdframe->buf_addr = pxmitbuf->pbuf; in __rtw_alloc_cmdxmitframe()1477 pxmitbuf->priv_data = pcmdframe; in __rtw_alloc_cmdxmitframe()1479 return pcmdframe; in __rtw_alloc_cmdxmitframe()