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 …]
190 struct xmit_buf { struct191 struct list_head list;215 struct xmit_buf *pxmitbuf; argument
135 struct xmit_buf { struct152 struct xmit_buf *pxmitbuf; argument
67 unsigned char *xmit_buf; /* Optional buffer */ member
232 unsigned char *xmit_buf; member
279 char *xmit_buf = NULL; in uart_shutdown() local
227 u8 xmit_buf[BUFLEN] OMAP_ALIGNED; member
330 u8 xmit_buf[BUFLEN]; member
497 u8 *xmit_buf[IEEE80211_NUM_ACS + 2]; member