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