Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c2026 statep->timerid = IBCM_TIMEOUT(statep, in ibcm_process_mra_msg()
2309 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_process_rej_msg()
2681 statep->timerid = IBCM_TIMEOUT(statep, 0); in ibcm_post_dreq_mad()
2867 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_process_drep_msg()
3527 statep->timerid = IBCM_TIMEOUT(statep, in ibcm_timeout_cb()
3765 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_req_complete()
3784 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_rep_wait_complete()
3802 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_rep_complete()
3839 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_mra_rep_complete()
3885 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_dreq_complete()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h552 #define IBCM_TIMEOUT(arg1, arg2) timeout(ibcm_timeout_cb, arg1,\ macro