Home
last modified time | relevance | path

Searched refs:TWS_REQ_TYPE_PASSTHRU (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws.h109 #define TWS_REQ_TYPE_PASSTHRU 0x2 macro
H A Dtws_cam.c470 case TWS_REQ_TYPE_PASSTHRU : in tws_err_complete()
610 r = &sc->reqs[TWS_REQ_TYPE_PASSTHRU]; in tws_drain_reserved_reqs()
958 if ( (req->type == TWS_REQ_TYPE_PASSTHRU && in tws_dmamap_data_load_cbfn()
1142 } else if (req->type == TWS_REQ_TYPE_PASSTHRU) { in tws_timeout()
H A Dtws_user.c105 req = tws_get_request(sc, TWS_REQ_TYPE_PASSTHRU); in tws_passthru()