Searched defs:mp_tx (Results 1 – 1 of 1) sorted by relevance
34 struct mp_tx { struct35 u8 stop;36 u32 count, sended;37 u8 payload;38 struct pkt_attrib attrib;41 u8 desc[TXDESC_SIZE];42 u8 *pallocated_buf;43 u8 *buf;44 u32 buf_size, write_size;45 void *PktTxThread;