Searched refs:rtw_xmitframe_coalesce (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/hal/ |
D | rtl8188eu_xmit.c | 431 rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtl8188eu_xmitframe_complete() 502 rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in rtl8188eu_xmitframe_complete() 568 res = rtw_xmitframe_coalesce(adapt, pxmitframe->pkt, pxmitframe); in xmitframe_direct()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_xmit.h | 346 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt,
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 456 extern s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct xmit_frame …
|
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 295 ret = rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe); in xmit_xmitframes()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_xmit.c | 972 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct xmit_frame *pxmitf… in rtw_xmitframe_coalesce() function
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1021 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct xmit_frame *pxmitf… in rtw_xmitframe_coalesce() function
|