Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c482 rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtl8188eu_xmitframe_complete()
556 rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtl8188eu_xmitframe_complete()
622 res = rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in xmitframe_direct()
/drivers/staging/rtl8188eu/include/
Drtw_xmit.h350 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt,
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c970 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct xmit_frame *pxmitf… in rtw_xmitframe_coalesce() function