Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_xmit.h95 struct hw_xmit { struct
274 struct hw_xmit *hwxmits;
325 struct hw_xmit *phwxmit_i, int entry);
336 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_xmit.h129 struct hw_xmit { struct
413 struct hw_xmit *hwxmits;
482 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry);
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_xmit.h91 struct hw_xmit { struct
236 struct hw_xmit *hwxmits;
Drtl8712_xmit.c162 struct hw_xmit *phwxmit, in dequeue_one_xmitframe()
182 struct hw_xmit *phwxmit_i, sint entry) in dequeue_xframe_ex()
186 struct hw_xmit *phwxmit; in dequeue_xframe_ex()
622 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
Drtl871x_xmit.c40 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
872 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in get_sta_pending()
948 struct hw_xmit *hwxmits; in alloc_hwxmits()
953 sizeof(struct hw_xmit), GFP_ATOMIC); in alloc_hwxmits()
996 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1360 static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmi… in dequeue_one_xmitframe()
1380 struct xmit_frame *rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, int e… in rtw_dequeue_xframe()
1383 struct hw_xmit *phwxmit; in rtw_dequeue_xframe()
1478 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
1507 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
1513 sizeof(struct hw_xmit), GFP_KERNEL); in rtw_alloc_hwxmits()
1525 struct hw_xmit *hwxmits; in rtw_free_hwxmits()
1532 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits()
1737 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2089 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
2149 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
2156 pxmitpriv->hwxmits = rtw_zmalloc(sizeof(struct hw_xmit) * pxmitpriv->hwxmit_entry); in rtw_alloc_hwxmits()
2212 struct hw_xmit *hwxmits; in rtw_free_hwxmits()
2220 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry) in rtw_init_hwxmits()
2558 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
Drtw_sta_mgt.c319 struct hw_xmit *phwxmit; in rtw_free_stainfo()
Drtw_debug.c547 struct hw_xmit *phwxmit; in proc_get_trx_info()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c204 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c422 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete()