Home
last modified time | relevance | path

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

/src/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c81 static void timeout_sends(struct work_struct *work);
373 INIT_DELAYED_WORK(&mad_agent_priv->timed_work, timeout_sends); in ib_register_mad_agent()
2785 static void timeout_sends(struct work_struct *work) in timeout_sends() function