Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c538 container_of(work, struct ipoib_dev_priv, reschedule_napi_work); in ipoib_napi_schedule_work()
562 schedule_work(&priv->reschedule_napi_work); in ipoib_ib_tx_completion()
H A Dipoib.h354 struct work_struct reschedule_napi_work; member
H A Dipoib_main.c2179 INIT_WORK(&priv->reschedule_napi_work, ipoib_napi_schedule_work); in ipoib_build_priv()