|
Linux Kernel
3.7.1
|
#include "osdep_service.h"#include "drv_types.h"#include "wifi.h"#include "osdep_intf.h"#include "usb_ops.h"Go to the source code of this file.
Macros | |
| #define | _RTL8712_XMIT_C_ |
Functions | |
| sint | _r8712_init_hw_txqueue (struct hw_txqueue *phw_txqueue, u8 ac_tag) |
| int | r8712_txframes_sta_ac_pending (struct _adapter *padapter, struct pkt_attrib *pattrib) |
| void | r8712_do_queue_select (struct _adapter *padapter, struct pkt_attrib *pattrib) |
| int | r8712_xmitframe_complete (struct _adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) |
| int | r8712_xmit_direct (struct _adapter *padapter, struct xmit_frame *pxmitframe) |
| int | r8712_xmit_enqueue (struct _adapter *padapter, struct xmit_frame *pxmitframe) |
| #define _RTL8712_XMIT_C_ |
Definition at line 29 of file rtl8712_xmit.c.
| sint _r8712_init_hw_txqueue | ( | struct hw_txqueue * | phw_txqueue, |
| u8 | ac_tag | ||
| ) |
Definition at line 41 of file rtl8712_xmit.c.
| void r8712_do_queue_select | ( | struct _adapter * | padapter, |
| struct pkt_attrib * | pattrib | ||
| ) |
Definition at line 238 of file rtl8712_xmit.c.
| int r8712_txframes_sta_ac_pending | ( | struct _adapter * | padapter, |
| struct pkt_attrib * | pattrib | ||
| ) |
Definition at line 64 of file rtl8712_xmit.c.
| int r8712_xmit_direct | ( | struct _adapter * | padapter, |
| struct xmit_frame * | pxmitframe | ||
| ) |
Definition at line 741 of file rtl8712_xmit.c.
| int r8712_xmit_enqueue | ( | struct _adapter * | padapter, |
| struct xmit_frame * | pxmitframe | ||
| ) |
Definition at line 752 of file rtl8712_xmit.c.
1.8.2