Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h123 struct hw_xmit { struct
398 struct hw_xmit *hwxmits;
463 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_xmit.h79 struct hw_xmit { struct
224 struct hw_xmit *hwxmits;
H A 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()
598 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
H A Drtl871x_xmit.c29 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()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1797 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()
H A Drtw_sta_mgt.c279 struct hw_xmit *phwxmit; in rtw_free_stainfo()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c174 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes()