Home
last modified time | relevance | path

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

/trueos/sys/dev/twa/
HDtw_osl_freebsd.c445 struct tw_osli_req_context *my_req; in twa_watchdog() local
452 my_req = &(sc->req_ctx_buf[i]); in twa_watchdog()
454 if ((my_req->state == TW_OSLI_REQ_STATE_BUSY) && in twa_watchdog()
455 (my_req->deadline) && in twa_watchdog()
456 (my_req->deadline < current_time)) { in twa_watchdog()
459 …device_printf((sc)->bus_dev, "Request %d timed out! d = %llu, c = %llu\n", i, my_req->deadline, cu… in twa_watchdog()