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