Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_xmit.h110 struct hw_xmit { struct
303 struct hw_xmit *hwxmits;
352 struct hw_xmit *phwxmit_i, int entry);
363 void rtw_init_hwxmits23a(struct hw_xmit *phwxmit, int entry);
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_xmit.h108 struct hw_xmit { struct
293 struct hw_xmit *hwxmits;
344 struct hw_xmit *phwxmit_i, int entry);
357 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_xmit.h90 struct hw_xmit { struct
232 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()
617 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-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1479 static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmi… in dequeue_one_xmitframe()
1499 struct xmit_frame *rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, int e… in rtw_dequeue_xframe()
1502 struct hw_xmit *phwxmit; in rtw_dequeue_xframe()
1599 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
1632 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
1638 sizeof(struct hw_xmit), GFP_KERNEL); in rtw_alloc_hwxmits()
1650 struct hw_xmit *hwxmits; in rtw_free_hwxmits()
1657 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits()
1871 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c1595 dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, in dequeue_one_xmitframe()
1612 rtw_dequeue_xframe23a(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, in rtw_dequeue_xframe23a()
1616 struct hw_xmit *phwxmit; in rtw_dequeue_xframe23a()
1716 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit23a_classifier()
1755 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits23a()
1761 size = sizeof(struct hw_xmit) * (pxmitpriv->hwxmit_entry + 1); in rtw_alloc_hwxmits23a()
1811 struct hw_xmit *hwxmits; in rtw_free_hwxmits23a()
1818 void rtw_init_hwxmits23a(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits23a()
2060 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
Drtw_sta_mgt.c203 struct hw_xmit *phwxmit; in rtw_free_stainfo23a()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c361 struct hw_xmit *phwxmits; in rtl8723au_xmitframe_complete()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c438 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete()