Home
last modified time | relevance | path

Searched refs:curidx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dre.c1616 int error, seg, nsegs, curidx, lastidx, pad; in re_encap() local
1741 curidx = idx; in re_encap()
1745 d = &sc->rl_ldata.rl_tx_list[curidx]; in re_encap()
1747 RL_TXDESCSYNC(sc, curidx, BUS_DMASYNC_POSTWRITE); in re_encap()
1753 if (curidx == sc->rl_ldata.rl_tx_desc_cnt - 1) in re_encap()
1758 RL_TXDESCSYNC(sc, curidx, BUS_DMASYNC_PREWRITE); in re_encap()
1760 lastidx = curidx; in re_encap()
1762 curidx = RL_NEXT_TX_DESC(sc, curidx); in re_encap()
1766 d = &sc->rl_ldata.rl_tx_list[curidx]; in re_encap()
1768 RL_TXDESCSYNC(sc, curidx, BUS_DMASYNC_POSTWRITE); in re_encap()
[all …]
/openbsd/src/sys/dev/usb/
Dusb_subr.c414 int curidx, lastidx, curaidx = 0; in usbd_find_idesc() local
416 for (curidx = lastidx = -1; p < end; ) { in usbd_find_idesc()
420 ifaceno, curidx, altno, curaidx, in usbd_find_idesc()
428 curidx++; in usbd_find_idesc()
432 if (ifaceno == curidx && altno == curaidx) in usbd_find_idesc()
447 int curidx; in usbd_find_edesc() local
455 curidx = -1; in usbd_find_edesc()
464 curidx++; in usbd_find_edesc()
465 if (curidx == endptidx) in usbd_find_edesc()