Searched defs:xmit_frame (Results 1 – 2 of 2) sorted by relevance
145 struct xmit_frame { struct146 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 …]
275 struct xmit_frame { struct276 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 …]