Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/include/
Drtw_xmit.h122 struct hw_xmit { struct
388 struct hw_xmit *hwxmits;
453 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);
/linux-6.12.1/drivers/staging/rtl8712/
Drtl8712_xmit.c150 struct hw_xmit *phwxmit, struct tx_servq *ptxservq, in dequeue_one_xmitframe()
169 struct hw_xmit *phwxmit_i, sint entry) in dequeue_xframe_ex()
173 struct hw_xmit *phwxmit; in dequeue_xframe_ex()
592 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
Drtl871x_xmit.h79 struct hw_xmit { struct
224 struct hw_xmit *hwxmits;
Drtl871x_xmit.c29 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-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1796 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in rtw_xmit_classifier()
1827 struct hw_xmit *hwxmits; in rtw_alloc_hwxmits()
1834 pxmitpriv->hwxmits = rtw_zmalloc(sizeof(struct hw_xmit) * pxmitpriv->hwxmit_entry); in rtw_alloc_hwxmits()
1872 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits()
2134 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in dequeue_xmitframes_to_sleeping_queue()
Drtw_sta_mgt.c277 struct hw_xmit *phwxmit; in rtw_free_stainfo()
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c173 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes()