Home
last modified time | relevance | path

Searched refs:tx_state (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dtx.c50 txstate->tx_state = N_STX | E_PLAIN | F_HEAD; in Angel_TxEngineInit()
66 switch ((txstate->tx_state) & N_MASK){ in Angel_TxEngine()
71 txstate->tx_state = (txstate->tx_state & ~N_MASK) | N_BODY; in Angel_TxEngine()
77 switch (txstate->tx_state & F_MASK) { in Angel_TxEngine()
92 txstate->tx_state = (txstate->tx_state & ~F_MASK) | F_DATA; in Angel_TxEngine()
104 txstate->tx_state = (txstate->tx_state & ~F_MASK) | F_CRC; in Angel_TxEngine()
120 txstate->tx_state = (txstate->tx_state & ~N_MASK) | N_ETX; in Angel_TxEngine()
129 txstate->tx_state = (txstate->tx_state & ~N_MASK) | N_IDLE; in Angel_TxEngine()
136 txstate->tx_state = (txstate->tx_state & ~N_MASK) | N_IDLE; in Angel_TxEngine()
150 if (((txstate->tx_state) & E_MASK) == E_ESC) { in escape()
[all …]
Drxtx.h172 unsigned char tx_state; /* encodes n,e, and f (2+1+2=5 bits) */ member
/openbsd/src/sys/arch/sparc64/dev/
Dldc.c245 uint64_t tx_head, tx_tail, tx_state; in ldc_send_vers() local
249 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_vers()
250 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_vers()
280 uint64_t tx_head, tx_tail, tx_state; in ldc_send_ack() local
284 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_ack()
285 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_ack()
315 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rts() local
319 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rts()
320 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rts()
350 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rtr() local
[all …]
Dvcctty.c170 uint64_t tx_head, tx_tail, tx_state; in vcctty_tx_intr() local
173 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vcctty_tx_intr()
179 if (tx_state != lc->lc_tx_state) { in vcctty_tx_intr()
180 switch (tx_state) { in vcctty_tx_intr()
191 lc->lc_tx_state = tx_state; in vcctty_tx_intr()
254 uint64_t tx_head, tx_tail, tx_state; in vcctty_send_data() local
259 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vcctty_send_data()
260 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) in vcctty_send_data()
286 uint64_t tx_head, tx_tail, tx_state; in vcctty_send_break() local
290 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vcctty_send_break()
[all …]
Dvldcp.c207 uint64_t tx_head, tx_tail, tx_state; in vldcp_tx_intr() local
210 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vldcp_tx_intr()
216 if (tx_state != lc->lc_tx_state) { in vldcp_tx_intr()
217 switch (tx_state) { in vldcp_tx_intr()
228 lc->lc_tx_state = tx_state; in vldcp_tx_intr()
431 uint64_t tx_head, tx_tail, tx_state; in vldcpwrite() local
448 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vldcpwrite()
456 if (tx_state != LDC_CHANNEL_UP) { in vldcpwrite()
Dvnet.c341 uint64_t tx_head, tx_tail, tx_state; in vnet_tx_intr() local
343 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vnet_tx_intr()
344 if (tx_state != lc->lc_tx_state) { in vnet_tx_intr()
345 switch (tx_state) { in vnet_tx_intr()
356 lc->lc_tx_state = tx_state; in vnet_tx_intr()
1086 uint64_t tx_head, tx_tail, tx_state; in vnet_start() local
1108 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vnet_start()
Dvdsk.c378 uint64_t tx_head, tx_tail, tx_state; in vdsk_tx_intr() local
380 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vdsk_tx_intr()
381 if (tx_state != lc->lc_tx_state) { in vdsk_tx_intr()
382 switch (tx_state) { in vdsk_tx_intr()
393 lc->lc_tx_state = tx_state; in vdsk_tx_intr()
Dvdsp.c403 uint64_t tx_head, tx_tail, tx_state; in vdsp_tx_intr() local
406 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vdsp_tx_intr()
412 if (tx_state != lc->lc_tx_state) { in vdsp_tx_intr()
413 switch (tx_state) { in vdsp_tx_intr()
424 lc->lc_tx_state = tx_state; in vdsp_tx_intr()