Searched refs:tx_state (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dtx.c50 txstate->tx_state = N_STX | E_PLAIN | F_HEAD;
66 switch ((txstate->tx_state) & N_MASK){
71 txstate->tx_state = (txstate->tx_state & ~N_MASK) | N_BODY;
77 switch (txstate->tx_state & F_MASK) {
92 txstate->tx_state = (txstate->tx_state & ~F_MASK) | F_DATA;
104 txstate->tx_state = (txstate->tx_state & ~F_MASK) | F_CRC;
120 txstate->tx_state
[all...]
H A Drxtx.h172 unsigned char tx_state; /* encodes n,e, and f (2+1+2=5 bits) */ member in struct:te_state

Completed in 34 milliseconds