Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_iol.c8 struct xmit_frame *xmit_frame; in rtw_IOL_accquire_xmit_frame() local
38 int rtw_IOL_append_cmds(struct xmit_frame *xmit_frame, u8 *IOL_cmds, u32 cmd_len) in rtw_IOL_append_cmds()
70 int rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value, u8 mask) in rtw_IOL_append_WB_cmd()
84 int rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value, u16 mask) in rtw_IOL_append_WW_cmd()
98 int rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value, u32 mask) in rtw_IOL_append_WD_cmd()
112 int rtw_IOL_append_WRF_cmd(struct xmit_frame *xmit_frame, u8 rf_path, u16 addr, u32 value, u32 mask) in rtw_IOL_append_WRF_cmd()
126 int rtw_IOL_append_DELAY_US_cmd(struct xmit_frame *xmit_frame, u16 us) in rtw_IOL_append_DELAY_US_cmd()
134 int rtw_IOL_append_DELAY_MS_cmd(struct xmit_frame *xmit_frame, u16 ms) in rtw_IOL_append_DELAY_MS_cmd()
142 int rtw_IOL_append_END_cmd(struct xmit_frame *xmit_frame) in rtw_IOL_append_END_cmd()
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_xmit.h210 struct xmit_frame { struct
211 struct list_head list;
212 struct pkt_attrib attrib;
213 struct sk_buff *pkt;
214 int frame_tag;
215 struct adapter *padapter;
216 u8 *buf_addr;
217 struct xmit_buf *pxmitbuf;
219 u8 agg_num;
220 s8 pkt_offset;
[all …]
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c3307 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
3325 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
3350 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
3377 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
3402 struct xmit_frame *xmit_frame; in rtw_dbg_port() local
/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c320 int rtl8188e_IOL_exec_cmds_sync(struct adapter *adapter, struct xmit_frame *xmit_frame, u32 max_wat… in rtl8188e_IOL_exec_cmds_sync()