Searched refs:_work (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c302 roce_gid_queue_scan_event_handler(struct work_struct *_work) argument
305 container_of(_work, struct roce_netdev_event_work, work);
347 roce_gid_delete_all_event_handler(struct work_struct *_work) argument
350 container_of(_work, struct roce_netdev_event_work, work);
415 roce_rescan_device_handler(struct work_struct *_work) argument
418 container_of(_work, struct roce_rescan_work, work);
H A Dib_iwcm.c873 static void cm_work_handler(struct work_struct *_work) argument
875 struct iwcm_work *work = container_of(_work, struct iwcm_work, work);
H A Dib_cache.c1143 static void ib_cache_task(struct work_struct *_work) argument
1146 container_of(_work, struct ib_update_work, work);
H A Dib_cma.c2414 static void cma_work_handler(struct work_struct *_work) argument
2416 struct cma_work *work = container_of(_work, struct cma_work, work);
H A Dib_cm.c3457 static void cm_work_handler(struct work_struct *_work) argument
3459 struct cm_work *work = container_of(_work, struct cm_work, work.work);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1373 static void mlx5_cmd_exec_cb_handler(int status, void *_work) argument
1375 struct mlx5_async_work *work = _work;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1382 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
H A Dmlx4_resource_tracker.c5232 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work) argument
5235 container_of(_work, struct mlx4_vf_immed_vlan_work, work);

Completed in 306 milliseconds