| /openbsd/src/sys/arch/sparc64/dev/ |
| D | ldc.c | 245 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() 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() 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() 350 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rtr() local 354 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rtr() 385 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rdx() local 389 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rdx() [all …]
|
| D | vcctty.c | 170 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() 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() 267 if (next_tx_tail == tx_head) 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()
|
| D | vldcp.c | 207 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() 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() 462 DPRINTF(("tx head %llx, tx tail %llx\n", tx_head, tx_tail)); in vldcpwrite() 467 if (tx_head == next_tx_tail) { in vldcpwrite()
|
| D | vnet.c | 341 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() 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() 1113 if (tx_tail == tx_head) { in vnet_start()
|
| D | vdsk.c | 378 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()
|
| D | vdsp.c | 403 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()
|
| /openbsd/src/sys/dev/isa/ |
| D | if_ex.c | 91 u_int tx_head, tx_tail; /* Head and tail of transmit ring buffer. */ member 354 sc->tx_head = sc->tx_tail = sc->tx_lower_limit; in ex_init() 410 if ((i = sc->tx_tail - sc->tx_head) >= 0) in ex_start() 477 if (sc->tx_head != sc->tx_tail) { in ex_start() 501 if (sc->tx_head == sc->tx_tail) { in ex_start() 504 sc->tx_head = dest; in ex_start() 545 sc->tx_head = sc->tx_tail = sc->tx_lower_limit; in ex_stop() 617 while (sc->tx_head != sc->tx_tail) { in ex_tx_intr() 618 CSR_WRITE_2(sc, HOST_ADDR_REG, sc->tx_head); in ex_tx_intr() 622 sc->tx_head = CSR_READ_2(sc, IO_PORT_REG); in ex_tx_intr() [all …]
|
| /openbsd/src/sys/dev/pci/ |
| D | if_icereg.h | 14033 uint16_t tx_head; member 14043 ICE_CTX_STORE(ice_tx_cmpltnq, tx_head, 13, 16),
|