Searched refs:hw_xmit (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/r8188eu/include/ |
D | rtw_xmit.h | 99 struct hw_xmit { struct 282 struct hw_xmit *hwxmits; 342 struct hw_xmit *phwxmit_i, int entry); 353 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 123 struct hw_xmit { struct 398 struct hw_xmit *hwxmits; 463 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);
|
/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 150 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() 598 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
|
D | rtl871x_xmit.h | 79 struct hw_xmit { struct 224 struct hw_xmit *hwxmits;
|
D | rtl871x_xmit.c | 29 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry); 875 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in get_sta_pending() 951 struct hw_xmit *hwxmits; in alloc_hwxmits() 956 sizeof(struct hw_xmit), GFP_ATOMIC); in alloc_hwxmits() 999 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits()
|
/drivers/staging/r8188eu/core/ |
D | rtw_xmit.c | 1433 static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmi… in dequeue_one_xmitframe() 1453 struct xmit_frame *rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, int e… in rtw_dequeue_xframe() 1456 struct hw_xmit *phwxmit; in rtw_dequeue_xframe() 1548 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier() 1576 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits() 1581 pxmitpriv->hwxmits = kzalloc(sizeof(struct hw_xmit) * pxmitpriv->hwxmit_entry, GFP_KERNEL); in rtw_alloc_hwxmits() 1597 struct hw_xmit *hwxmits; in rtw_free_hwxmits() 1604 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits() 1935 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1797 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier() 1828 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits() 1835 pxmitpriv->hwxmits = rtw_zmalloc(sizeof(struct hw_xmit) * pxmitpriv->hwxmit_entry); in rtw_alloc_hwxmits() 1873 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() 2135 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
|
D | rtw_sta_mgt.c | 279 struct hw_xmit *phwxmit; in rtw_free_stainfo()
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 174 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes()
|
/drivers/staging/r8188eu/hal/ |
D | rtl8188eu_xmit.c | 386 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete()
|