Searched refs:IBCM_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 2027 statep->timerid = IBCM_TIMEOUT(statep, in ibcm_process_mra_msg() 2310 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_process_rej_msg() 2682 statep->timerid = IBCM_TIMEOUT(statep, 0); in ibcm_post_dreq_mad() 2868 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_process_drep_msg() 3529 statep->timerid = IBCM_TIMEOUT(statep, in ibcm_timeout_cb() 3767 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_req_complete() 3786 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_rep_wait_complete() 3804 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_rep_complete() 3841 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_mra_rep_complete() 3887 statep->timerid = IBCM_TIMEOUT(statep, statep->timer_value); in ibcm_post_dreq_complete() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 552 #define IBCM_TIMEOUT(arg1, arg2) timeout(ibcm_timeout_cb, arg1,\ macro
|