Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_xmit.h94 struct hw_xmit { struct
268 struct hw_xmit *hwxmits;
319 struct hw_xmit *phwxmit_i, int entry);
330 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
/drivers/staging/rtl8723bs/include/
Drtw_xmit.h130 struct hw_xmit { struct
410 struct hw_xmit *hwxmits;
479 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry);
/drivers/staging/rtl8712/
Drtl8712_xmit.c150 struct hw_xmit *phwxmit, in dequeue_one_xmitframe()
170 struct hw_xmit *phwxmit_i, sint entry) in dequeue_xframe_ex()
174 struct hw_xmit *phwxmit; in dequeue_xframe_ex()
599 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
Drtl871x_xmit.h79 struct hw_xmit { struct
224 struct hw_xmit *hwxmits;
Drtl871x_xmit.c30 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
877 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in get_sta_pending()
953 struct hw_xmit *hwxmits; in alloc_hwxmits()
958 sizeof(struct hw_xmit), GFP_ATOMIC); in alloc_hwxmits()
1001 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits()
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1358 static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmi… in dequeue_one_xmitframe()
1378 struct xmit_frame *rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, int e… in rtw_dequeue_xframe()
1381 struct hw_xmit *phwxmit; in rtw_dequeue_xframe()
1481 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
1510 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
1516 sizeof(struct hw_xmit), GFP_KERNEL); in rtw_alloc_hwxmits()
1531 struct hw_xmit *hwxmits; in rtw_free_hwxmits()
1538 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits()
1743 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1949 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
1991 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
1998 pxmitpriv->hwxmits = rtw_zmalloc(sizeof(struct hw_xmit) * pxmitpriv->hwxmit_entry); in rtw_alloc_hwxmits()
2036 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry) in rtw_init_hwxmits()
2329 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
Drtw_sta_mgt.c314 struct hw_xmit *phwxmit; in rtw_free_stainfo()
/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c204 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes()
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c421 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete()