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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c1625 idx = le32toh(hv->hv_resp_read_idx);
1668 ridx = le32toh(hv->hv_resp_read_idx);
1685 ridx = le32toh(hv->hv_resp_read_idx);
1686 hv->hv_resp_read_idx = le32toh(ridx);
1699 ridx = le32toh(hv->hv_resp_read_idx);
1711 hv->hv_resp_read_idx = htole32(ridx);
1714 hv->hv_resp_read_idx = htole32(ridx);
H A Dif_txpreg.h480 volatile u_int32_t hv_resp_read_idx; /* host->arm */ member in struct:txp_hostvar

Completed in 60 milliseconds