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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h498 uint32_t hw_go; member in struct:rtw_softc
H A Drtw.c1321 rsc->hw_go = RTW_READ(regs, RTW_TNPDA);
2704 if (head == rsc->hw_go) {
2719 while ((bf != NULL) && (rsc->hw_go != head)) {
2721 idx = (rsc->hw_go - rsc->hw_start) / sizeof (struct rtw_txdesc);
2723 rsc->hw_go = rsc->hw_start;
2725 rsc->hw_go += sizeof (struct rtw_txdesc);

Completed in 576 milliseconds