Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_freebsd.c440 struct tw_osli_req_context *my_req; in twa_watchdog() local
447 my_req = &(sc->req_ctx_buf[i]); in twa_watchdog()
449 if ((my_req->state == TW_OSLI_REQ_STATE_BUSY) && in twa_watchdog()
450 (my_req->deadline) && in twa_watchdog()
451 (my_req->deadline < current_time)) { in twa_watchdog()
454 …device_printf((sc)->bus_dev, "Request %d timed out! d = %llu, c = %llu\n", i, my_req->deadline, cu… in twa_watchdog()