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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c628 if (hv->hv_rx_buf_write_idx == hv->hv_rx_buf_read_idx)
784 i = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_write_idx));
834 hv->hv_rx_buf_write_idx = htole32(TXP_IDX2OFFSET(i));
1110 sc->sc_hostvar->hv_rx_buf_write_idx = htole32((RXBUF_ENTRIES - 1) *
H A Dif_txpreg.h479 volatile u_int32_t hv_rx_buf_write_idx; /* host->arm */ member in struct:txp_hostvar

Completed in 72 milliseconds