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

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c432 struct tw_osli_req_context *my_req; local
438 my_req = &(sc->req_ctx_buf[i]);
440 if ((my_req->state == TW_OSLI_REQ_STATE_BUSY) &&
441 (my_req->deadline) &&
442 (my_req->deadline < current_time)) {
445 device_printf((sc)->bus_dev, "Request %d timed out! d = %llu, c = %llu\n", i, my_req->deadline, current_time);

Completed in 104 milliseconds