Home
last modified time | relevance | path

Searched refs:iwt (Results 1 – 7 of 7) sorted by relevance

/freebsd/share/examples/ipfilter/samples/
H A Drelay.c35 char *iwh, *iwt, *rwh, *rwt; local
39 iwh = iwt = obuff;
53 if (iwh > iwt)
74 rw = write(ofd, iwt, iwh - iwt);
77 iwt += rw;
98 if (iwh == iwt)
99 iwh = iwt = obuff;
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c166 rdev->status_page->wc_supported = rdev->adap->iwt.wc_en; in c4iw_rdev_open()
H A Dprovider.c198 if (rdev->adap->iwt.wc_en && addr >= rdev->bar2_pa && in c4iw_mmap()
H A Dqp.c911 t4_ring_sq_db(&qhp->wq, idx, wqe, rdev->adap->iwt.wc_en); in c4iw_post_send()
977 t4_ring_rq_db(&qhp->wq, idx, wqe, qhp->rhp->rdev.adap->iwt.wc_en); in c4iw_post_receive()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h950 struct iw_tunables iwt; member
H A Dt4_main.c3917 sc->iwt.wc_en = isset(&sc->doorbells, DOORBELL_UDBWC) ? 1 : 0; in t4_map_bar_2()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c213601 u8 iwt = pRtree->inWrTrans;
213605 pRtree->inWrTrans = iwt;