Searched refs:rtw_xmitframe_coalesce (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 462 rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtl8188eu_xmitframe_complete() 533 rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtl8188eu_xmitframe_complete() 626 res = rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtw_hal_xmit()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 329 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt,
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 475 extern s32 rtw_xmitframe_coalesce(struct adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitfram…
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 349 ret = rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe); in xmit_xmitframes()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 907 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct xmit_frame *pxmitf… in rtw_xmitframe_coalesce() function
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1195 s32 rtw_xmitframe_coalesce(struct adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe) in rtw_xmitframe_coalesce() function
|