Searched refs:_work (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_roce_gid_mgmt.c | 322 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 D | ib_iwcm.c | 889 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 D | ib_addr.c | 784 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 D | ib_cache.c | 1430 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 D | ib_cma.c | 2692 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 D | ib_cm.c | 3786 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 D | workqueue.h | 120 #define INIT_RCU_WORK(_work, _fn) \ argument 121 INIT_WORK(&(_work)->work, (_fn))
|
| /freebsd/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec_offload.c | 383 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 D | mlx5_ipsec.c | 81 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 D | mlx5_cmd.c | 1399 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 D | mlx4.h | 1382 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
|
| H A D | mlx4_resource_tracker.c | 5235 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()
|