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

/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c113 while (osm_madw_req_p->waking_time <= current_time) {
121 osm_madw_req_p->waking_time =
184 (osm_madw_req_p->waking_time - cl_get_time_stamp()) / 1000 +
388 uint64_t waking_time; local
400 waking_time = timeout + cl_get_time_stamp();
405 osm_madw_req_p->waking_time = waking_time;
411 "Inserting MADW:%p with waking_time: <0x%" PRIx64 "> TID:<0x%"
412 PRIx64 ">.\n", p_madw, waking_time, p_madw->p_mad->trans_id);
/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_transaction_mgr.h89 uint64_t waking_time; member in struct:_osm_madw_req
105 * waking_time
131 * The timer wakes on the timeout of the first madw. If the waking_time is greater than
204 * Insert a new madw to the manager. The madw is added with a waking_time,

Completed in 100 milliseconds