Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c911 notify_work); in notify_soft_wc_handler()
966 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1396 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
H A Dmlx5_ib.h487 struct work_struct notify_work; member