Home
last modified time | relevance | path

Searched refs:lq_va (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/sparc64/dev/
H A Dldc.c255 lp = (struct ldc_pkt *)(lc->lc_txq->lq_va + tx_tail); in ldc_send_vers()
290 lp = (struct ldc_pkt *)(lc->lc_txq->lq_va + tx_tail); in ldc_send_ack()
325 lp = (struct ldc_pkt *)(lc->lc_txq->lq_va + tx_tail); in ldc_send_rts()
360 lp = (struct ldc_pkt *)(lc->lc_txq->lq_va + tx_tail); in ldc_send_rtr()
395 lp = (struct ldc_pkt *)(lc->lc_txq->lq_va + tx_tail); in ldc_send_rdx()
441 lp = (struct ldc_pkt *)(lc->lc_txq->lq_va + tx_tail); in ldc_send_unreliable()
527 lq->lq_va = va; in ldc_queue_alloc()
551 bus_dmamem_unmap(t, lq->lq_va, size); in ldc_queue_free()
H A Dvcctty.c233 msg = (struct vcctty_msg *)(lc->lc_rxq->lq_va + rx_head); in vcctty_rx_intr()
270 msg = (struct vcctty_msg *)(lc->lc_txq->lq_va + tx_tail); in vcctty_send_data()
294 msg = (struct vcctty_msg *)(lc->lc_txq->lq_va + tx_tail); in vcctty_send_break()
H A Dldcvar.h28 caddr_t lq_va; member
H A Dvldcp.c413 ret = uiomove(lc->lc_rxq->lq_va + rx_head, 64, uio); in vldcpread()
480 ret = uiomove(lc->lc_txq->lq_va + tx_tail, 64, uio); in vldcpwrite()
H A Dvdsk.c440 lp = (struct ldc_pkt *)(lc->lc_rxq->lq_va + rx_head); in vdsk_rx_intr()
H A Dvnet.c422 lp = (struct ldc_pkt *)(lc->lc_rxq->lq_va + rx_head); in vnet_rx_intr()
H A Dvdsp.c473 lp = (struct ldc_pkt *)(lc->lc_rxq->lq_va + rx_head); in vdsp_rx_intr()