Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_xmit.h90 struct hw_xmit { struct
232 struct hw_xmit *hwxmits;
Drtl8712_xmit.c163 struct hw_xmit *phwxmit, in dequeue_one_xmitframe()
183 struct hw_xmit *phwxmit_i, sint entry) in dequeue_xframe_ex()
187 struct hw_xmit *phwxmit; in dequeue_xframe_ex()
614 struct hw_xmit *phwxmits; in r8712_xmitframe_complete()
Drtl871x_xmit.c41 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
877 struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; in get_sta_pending()
955 struct hw_xmit *hwxmits; in alloc_hwxmits()
959 pxmitpriv->hwxmits = (struct hw_xmit *)_malloc(sizeof(struct hw_xmit) * in alloc_hwxmits()
1003 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits()