Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
clmpccvar.h | 66 u_char ch_tx_done; member in struct:clmpcc_chan |
clmpcc.c | 1291 ch->ch_tx_done = 1; 1373 if ( ch->ch_tx_done ) { 1374 ch->ch_tx_done = 0; |
/src/sys/arch/mips/sibyte/dev/ | |
sbscnvar.h | 139 volatile u_int ch_tx_done; member in struct:sbscn_channel |
sbjcnvar.h | 145 volatile u_int ch_tx_done; member in struct:sbjcn_channel |
sbjcn.c | 1165 ch->ch_tx_done = 1; 1447 if (ch->ch_tx_done) { 1448 ch->ch_tx_done = 0; |
sbscn.c | 1474 if (ch->ch_tx_done) { 1475 ch->ch_tx_done = 0; 1662 ch->ch_tx_done = 1; |