Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws_hdm.c190 if ( reqid != TWS_INVALID_REQID && reqid == req->request_id ) { in tws_init_connect()
360 *req_id = TWS_INVALID_REQID; in tws_get_response()
396 if ( req_id == TWS_INVALID_REQID ) { in tws_poll4_response()
398 return(TWS_INVALID_REQID); in tws_poll4_response()
404 return(TWS_INVALID_REQID); in tws_poll4_response()
H A Dtws.h85 #define TWS_INVALID_REQID 0xFFFF macro
H A Dtws_cam.c1163 if ( req_id == TWS_INVALID_REQID ) { in tws_intr_resp()