Searched defs:tx_done (Results 1 – 12 of 12) sorted by relevance
22 int tx_done[EFX_TX_QUEUE_COUNT]; member
467 int tx_done = 0, rx_good, rx_bad; in efx_end_loopback() local
141 #define tx_done(dev) 1 macro
91 #define tx_done(dev) (inw(SEEQ_STATUS) & SEEQSTAT_TX_ON) macro
109 #define tx_done(dev) 1 macro
119 #define tx_done(dev) 1 macro
293 #define tx_done(dev) 1 macro
273 #define tx_done(dev) 1 macro
562 unsigned int tx_done; member
260 #define tx_done(dev) (*R_DMA_CH0_CMD == 0) macro
122 int (*tx_done)(struct channel_data *channel, int size); member
1015 static void tx_done(MGSLPC_INFO *info, struct tty_struct *tty) in tx_done() function