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

  /src/sys/dev/sbus/
magmareg.h 142 int mp_txc; /* transmit character counter */ member in struct:mtty_port
magma.c 668 while( mtty->mp_txc > 0 && count < CD1400_TX_FIFO_SIZE - 1 ) {
673 mtty->mp_txc--;
690 if( mtty->mp_txc == 0 || ISSET(mtty->mp_flags, MTTYF_STOP) ) {
1195 mp->mp_txc = ndqb(&tp->t_outq, 0);

Completed in 15 milliseconds