Home
last modified time | relevance | path

Searched refs:pmpframe (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp.c499 static void dump_mpframe(struct adapter *padapter, struct xmit_frame *pmpframe) in dump_mpframe() argument
501 rtw_hal_mgnt_xmit(padapter, pmpframe); in dump_mpframe()
506 struct xmit_frame *pmpframe; in alloc_mp_xmitframe() local
509 pmpframe = rtw_alloc_xmitframe(pxmitpriv); in alloc_mp_xmitframe()
510 if (!pmpframe) in alloc_mp_xmitframe()
515 rtw_free_xmitframe(pxmitpriv, pmpframe); in alloc_mp_xmitframe()
519 pmpframe->frame_tag = MP_FRAMETAG; in alloc_mp_xmitframe()
521 pmpframe->pxmitbuf = pxmitbuf; in alloc_mp_xmitframe()
523 pmpframe->buf_addr = pxmitbuf->pbuf; in alloc_mp_xmitframe()
525 pxmitbuf->priv_data = pmpframe; in alloc_mp_xmitframe()
[all …]