HomeSort by: relevance | last modified time | path
    Searched refs:ch_tx_stopped (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbscnvar.h 140 volatile u_int ch_tx_stopped; member in struct:sbscn_channel
sbjcnvar.h 146 volatile u_int ch_tx_stopped; member in struct:sbjcn_channel
sbjcn.c 409 ch->ch_tx_stopped ? "+" : "-");
1034 if (ch->ch_tx_stopped) {
1035 ch->ch_tx_stopped = 0;
1125 if (ch->ch_tx_stopped)
1339 ch->ch_tx_stopped = 0;
1342 ch->ch_tx_stopped = 1;
sbscn.c 445 ch->ch_tx_stopped ? "+" : "-");
1117 if (ch->ch_tx_stopped) {
1118 ch->ch_tx_stopped = 0;
1234 if (ch->ch_tx_stopped)
1445 ch->ch_tx_stopped = 0;
1448 ch->ch_tx_stopped = 1;

Completed in 36 milliseconds