Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_services.h125 #define TWS_REQ_RET_RESET 2 macro
H A Dtws_cam.c575 req->error_code = TWS_REQ_RET_RESET; in tws_drain_busy_queue()
607 r->error_code = TWS_REQ_RET_RESET; in tws_drain_reserved_reqs()
613 r->error_code = TWS_REQ_RET_RESET; in tws_drain_reserved_reqs()
623 r->error_code = TWS_REQ_RET_RESET; in tws_drain_reserved_reqs()
1121 if ( req->error_code == TWS_REQ_RET_RESET ) { in tws_timeout()
1126 if ( req->error_code == TWS_REQ_RET_RESET ) { in tws_timeout()
H A Dtws_user.c172 if ( req->error_code == TWS_REQ_RET_RESET ) { in tws_passthru()