Searched defs:xmit_buf (Results 1 – 9 of 9) sorted by relevance
241 struct xmit_buf { struct242 struct list_head list;244 struct adapter *padapter;246 u8 *pallocated_buf;248 u8 *pbuf;250 void *priv_data;252 u16 buf_tag; /* 0: Normal xmitbuf, 1: extension xmitbuf, 2:cmd xmitbuf */253 u16 flags;254 u32 alloc_sz;256 u32 len;[all …]
192 struct xmit_buf { struct193 struct list_head list;217 struct xmit_buf *pxmitbuf; argument
135 struct xmit_buf { struct152 struct xmit_buf *pxmitbuf; argument
116 unsigned char *xmit_buf; member
266 unsigned char *xmit_buf; member
284 char *xmit_buf = NULL; in uart_shutdown() local
227 u8 xmit_buf[BUFLEN] OMAP_ALIGNED; member
330 u8 xmit_buf[BUFLEN]; member
570 u8 *xmit_buf; member