Searched refs:rx_tail (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | vnet.c | 367 uint64_t rx_head, rx_tail, rx_state; in vnet_rx_intr() local 371 err = hv_ldc_rx_get_state(lc->lc_id, &rx_head, &rx_tail, &rx_state); in vnet_rx_intr() 387 if (rx_head == rx_tail) in vnet_rx_intr() 390 DPRINTF(("setting rx qhead to %" PRId64 "\n", rx_tail)); in vnet_rx_intr() 391 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_tail); in vnet_rx_intr() 405 if (rx_head == rx_tail) { in vnet_rx_intr() 409 DPRINTF(("setting rx qhead to %" PRId64 "\n", rx_tail)); in vnet_rx_intr() 410 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_tail); in vnet_rx_intr() 424 if (rx_head == rx_tail) in vnet_rx_intr()
|
H A D | vdsk.c | 468 uint64_t rx_head, rx_tail, rx_state; in vdsk_rx_intr() local 472 err = hv_ldc_rx_get_state(lc->lc_id, &rx_head, &rx_tail, &rx_state); in vdsk_rx_intr() 500 hv_ldc_rx_set_qhead(lc->lc_id, rx_tail); in vdsk_rx_intr() 504 if (rx_head == rx_tail) in vdsk_rx_intr()
|
/netbsd-src/sys/dev/ic/ |
H A D | elinkxlvar.h | 59 struct ex_rxdesc *rx_tail; member
|
H A D | elinkxl.c | 1613 sc->rx_tail = sc->rx_head = 0; in ex_stop() 1854 sc->rx_tail->rx_next = rxd; in ex_add_rxbuf() 1855 sc->rx_tail->rx_upd->upd_nextptr = htole32(sc->sc_upddma + in ex_add_rxbuf() 1858 (char *)sc->rx_tail->rx_upd - (char *)sc->sc_upd, in ex_add_rxbuf() 1864 sc->rx_tail = rxd; in ex_add_rxbuf()
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_adapter.h | 202 struct mbuf *rx_tail; /* offload packet receive queue tail */ member
|