Searched defs:tx_t (Results 1 – 4 of 4) sorted by relevance
117 struct tx_t { struct118 unsigned char data_buf[35]; /* user data buffer */119 struct completion finished; /* wait for write to finish */120 bool busy; /* write in progress */121 int status; /* status of tx completion */
79 struct timer_list tx_t; /* tx timer for this channel */ member
116 struct timer_list tx_t; member
68 } tx_t; typedef