Home
last modified time | relevance | path

Searched defs:xmit_frame (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/r8188eu/core/
Drtw_iol.c8 struct xmit_frame *xmit_frame; in rtw_IOL_accquire_xmit_frame() local
42 int rtw_IOL_append_cmds(struct xmit_frame *xmit_frame, u8 *IOL_cmds, u32 cmd_len) in rtw_IOL_append_cmds()
75 int rtw_IOL_exec_cmds_sync(struct adapter *adapter, struct xmit_frame *xmit_frame, u32 max_wating_… in rtw_IOL_exec_cmds_sync()
80 int rtw_IOL_append_LLT_cmd(struct xmit_frame *xmit_frame, u8 page_boundary) in rtw_IOL_append_LLT_cmd()
85 int _rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value, u8 mask) in _rtw_IOL_append_WB_cmd()
99 int _rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value, u16 mask) in _rtw_IOL_append_WW_cmd()
113 int _rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value, u32 mask) in _rtw_IOL_append_WD_cmd()
127 int _rtw_IOL_append_WRF_cmd(struct xmit_frame *xmit_frame, u8 rf_path, u16 addr, u32 value, u32 mas… in _rtw_IOL_append_WRF_cmd()
141 int rtw_IOL_append_DELAY_US_cmd(struct xmit_frame *xmit_frame, u16 us) in rtw_IOL_append_DELAY_US_cmd()
149 int rtw_IOL_append_DELAY_MS_cmd(struct xmit_frame *xmit_frame, u16 ms) in rtw_IOL_append_DELAY_MS_cmd()
[all …]
/drivers/staging/rtl8712/
Drtl871x_xmit.h145 struct xmit_frame { struct
146 struct list_head list;
147 struct pkt_attrib attrib;
148 _pkt *pkt;
149 int frame_tag;
150 struct _adapter *padapter;
151 u8 *buf_addr;
152 struct xmit_buf *pxmitbuf;
153 u8 *mem_addr;
154 u16 sz[8];
[all …]
/drivers/staging/r8188eu/include/
Drtw_iol.h56 #define rtw_IOL_append_WB_cmd(xmit_frame, addr, value, mask) \ argument
58 #define rtw_IOL_append_WW_cmd(xmit_frame, addr, value, mask) \ argument
60 #define rtw_IOL_append_WD_cmd(xmit_frame, addr, value, mask) \ argument
62 #define rtw_IOL_append_WRF_cmd(xmit_frame, rf_path, addr, value, mask) \ argument
Drtw_xmit.h208 struct xmit_frame { struct
209 struct list_head list;
210 struct pkt_attrib attrib;
211 struct sk_buff *pkt;
212 int frame_tag;
213 struct adapter *padapter;
214 u8 *buf_addr;
215 struct xmit_buf *pxmitbuf;
217 u8 agg_num;
218 s8 pkt_offset;
[all …]
/drivers/staging/rtl8723bs/include/
Drtw_xmit.h275 struct xmit_frame { struct
276 struct list_head list;
278 struct pkt_attrib attrib;
280 struct sk_buff *pkt;
282 int frame_tag;
284 struct adapter *padapter;
286 u8 *buf_addr;
288 struct xmit_buf *pxmitbuf;
290 u8 pg_num;
291 u8 agg_num;
[all …]
/drivers/staging/r8188eu/hal/
Dhal_intf.c407 int rtw_hal_iol_cmd(struct adapter *adapter, struct xmit_frame *xmit_frame, in rtw_hal_iol_cmd()
Drtl8188e_hal_init.c309 static int rtl8188e_IOL_exec_cmds_sync(struct adapter *adapter, struct xmit_frame *xmit_frame, u32 … in rtl8188e_IOL_exec_cmds_sync()
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c3941 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
3961 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
3987 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
4016 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
4044 struct xmit_frame *xmit_frame; in rtw_dbg_port() local