Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_xmit.h154 struct xmit_frame { struct
155 struct list_head list;
156 struct pkt_attrib attrib;
157 _pkt *pkt;
158 int frame_tag;
159 struct _adapter *padapter;
160 u8 *buf_addr;
161 struct xmit_buf *pxmitbuf;
162 u8 *mem_addr;
163 u16 sz[8];
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_xmit.h220 struct xmit_frame { struct
221 struct list_head list;
222 struct pkt_attrib attrib;
223 struct sk_buff *pkt;
224 int frame_tag;
225 struct adapter *padapter;
226 u8 *buf_addr;
227 struct xmit_buf *pxmitbuf;
229 u8 agg_num;
230 s8 pkt_offset;
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_xmit.h222 struct xmit_frame { struct
223 struct list_head list;
224 struct pkt_attrib attrib;
225 struct sk_buff *pkt;
226 int frame_tag;
227 struct rtw_adapter *padapter;
228 u8 *buf_addr;
229 struct xmit_buf *pxmitbuf;
231 s8 pkt_offset;
233 u8 ack_report;
[all …]