Searched defs:mp_tx (Results 1 – 2 of 2) 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;
116 struct mp_tx { struct117 u8 stop;118 u32 count, sended;119 u8 payload;120 struct pkt_attrib attrib;121 struct tx_desc desc;122 u8 *pallocated_buf;123 u8 *buf;124 u32 buf_size, write_size;125 void *PktTxThread;