Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c89 pxframe->pkt = NULL; in _rtw_init_xmit_priv()
97 pxframe++; in _rtw_init_xmit_priv()
175 pxframe->pkt = NULL; in _rtw_init_xmit_priv()
180 pxframe->ext_tag = 1; in _rtw_init_xmit_priv()
185 pxframe++; in _rtw_init_xmit_priv()
1613 pxframe = NULL; in rtw_alloc_xmitframe()
1628 return pxframe; in rtw_alloc_xmitframe()
1640 pxframe = NULL; in rtw_alloc_xmitframe_ext()
1654 return pxframe; in rtw_alloc_xmitframe_ext()
1673 pxframe->pkt = NULL; in rtw_alloc_xmitframe_once()
[all …]
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c85 void rtw_os_xmit_complete(struct adapter *padapter, struct xmit_frame *pxframe) in rtw_os_xmit_complete() argument
87 if (pxframe->pkt) in rtw_os_xmit_complete()
88 rtw_os_pkt_complete(padapter, pxframe->pkt); in rtw_os_xmit_complete()
90 pxframe->pkt = NULL; in rtw_os_xmit_complete()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Dxmit_osdep.h42 extern void rtw_os_xmit_complete(struct adapter *padapter, struct xmit_frame *pxframe);