Home
last modified time | relevance | path

Searched defs:xmit_buf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h231 struct xmit_buf { struct
232 struct list_head list;
234 struct adapter *padapter;
236 u8 *pallocated_buf;
238 u8 *pbuf;
240 void *priv_data;
242 u16 buf_tag; /* 0: Normal xmitbuf, 1: extension xmitbuf, 2:cmd xmitbuf */
243 u16 flags;
244 u32 alloc_sz;
246 u32 len;
[all …]
/linux/include/linux/
H A Dtty_port.h117 u8 *xmit_buf; member
/linux/drivers/tty/serial/
H A Dserial_core.c285 char *xmit_buf; in uart_free_xmit_buf() local