Searched refs:iwt (Results 1 – 7 of 7) sorted by relevance
/freebsd/share/examples/ipfilter/samples/ |
H A D | relay.c | 35 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 D | device.c | 166 rdev->status_page->wc_supported = rdev->adap->iwt.wc_en; in c4iw_rdev_open()
|
H A D | provider.c | 198 if (rdev->adap->iwt.wc_en && addr >= rdev->bar2_pa && in c4iw_mmap()
|
H A D | qp.c | 911 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 D | adapter.h | 950 struct iw_tunables iwt; member
|
H A D | t4_main.c | 3917 sc->iwt.wc_en = isset(&sc->doorbells, DOORBELL_UDBWC) ? 1 : 0; in t4_map_bar_2()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 213601 u8 iwt = pRtree->inWrTrans; 213605 pRtree->inWrTrans = iwt;
|