Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_xmit.h103 struct hw_xmit { struct
279 struct hw_xmit *hwxmits;
329 struct hw_xmit *phwxmit_i, int entry);
342 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
/drivers/staging/rtl8712/
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()
621 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
Drtl871x_xmit.h91 struct hw_xmit { struct
236 struct hw_xmit *hwxmits;
Drtl871x_xmit.c40 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
871 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in get_sta_pending()
947 struct hw_xmit *hwxmits; in alloc_hwxmits()
952 sizeof(struct hw_xmit), GFP_ATOMIC); in alloc_hwxmits()
995 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits()
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1429 static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmi… in dequeue_one_xmitframe()
1449 struct xmit_frame *rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, int e… in rtw_dequeue_xframe()
1452 struct hw_xmit *phwxmit; in rtw_dequeue_xframe()
1549 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
1581 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
1587 sizeof(struct hw_xmit), GFP_KERNEL); in rtw_alloc_hwxmits()
1599 struct hw_xmit *hwxmits; in rtw_free_hwxmits()
1606 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits()
1810 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c429 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete()