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

/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h322 * pkt_life_time : pkt life time from source to destination
393 clock_t pkt_life_time; member in struct:ibcm_state_data_s
484 remote_qpn pkt_life_time remote_ack_delay rc_alt_pkt_lt stored_reply_addr
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c1069 statep->pkt_life_time = statep->remote_ack_delay/2;
1083 "approx pkt lt(usec)= %u ", statep->pkt_life_time);
2024 statep->timer_value = statep->pkt_life_time +
2299 * For active side CM add the pkt_life_time * 2
2304 statep->timer_value += (2 * statep->pkt_life_time);
2678 statep->timer_value += (2 * statep->pkt_life_time);
2859 * For active side CM add the pkt_life_time * 2
2863 statep->timer_value += (2 * statep->pkt_life_time);
4025 * For active side CM add the pkt_life_time * 2
4029 statep->timer_value += (2 * statep->pkt_life_time);
[all...]
H A Dibcm_ti.c827 statep->pkt_life_time =

Completed in 112 milliseconds