Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c322 roce_gid_queue_scan_event_handler(struct work_struct *_work) in roce_gid_queue_scan_event_handler() argument
325 container_of(_work, struct roce_netdev_event_work, work); in roce_gid_queue_scan_event_handler()
365 roce_gid_delete_all_event_handler(struct work_struct *_work) in roce_gid_delete_all_event_handler() argument
368 container_of(_work, struct roce_netdev_event_work, work); in roce_gid_delete_all_event_handler()
431 roce_rescan_device_handler(struct work_struct *_work) in roce_rescan_device_handler() argument
434 container_of(_work, struct roce_rescan_work, work); in roce_rescan_device_handler()
H A Dib_iwcm.c889 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument
891 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler()
H A Dib_addr.c784 static void process_one_req(struct work_struct *_work) in process_one_req() argument
789 req = container_of(_work, struct addr_req, work.work); in process_one_req()
H A Dib_cache.c1430 static void ib_cache_task(struct work_struct *_work) in ib_cache_task() argument
1433 container_of(_work, struct ib_update_work, work); in ib_cache_task()
H A Dib_cma.c2692 static void cma_work_handler(struct work_struct *_work) in cma_work_handler() argument
2694 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler()
H A Dib_cm.c3786 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument
3788 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h120 #define INIT_RCU_WORK(_work, _fn) \ argument
121 INIT_WORK(&(_work)->work, (_fn))
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_offload.c383 static void mlx5e_ipsec_handle_event(struct work_struct *_work) in mlx5e_ipsec_handle_event() argument
386 container_of(_work, struct mlx5e_ipsec_work, work); in mlx5e_ipsec_handle_event()
H A Dmlx5_ipsec.c81 mlx5e_ipsec_handle_counters(struct work_struct *_work) in mlx5e_ipsec_handle_counters() argument
84 container_of(_work, struct mlx5e_ipsec_dwork, dwork.work); in mlx5e_ipsec_handle_counters()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1399 static void mlx5_cmd_exec_cb_handler(int status, void *_work) in mlx5_cmd_exec_cb_handler() argument
1401 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
/freebsd/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.c5235 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work) in mlx4_vf_immed_vlan_work_handler() argument
5238 container_of(_work, struct mlx4_vf_immed_vlan_work, work); in mlx4_vf_immed_vlan_work_handler()