Lines Matching defs:work
3047 INIT_WORK(&dm[i]->work, mlx4_ib_tunnels_update_work);
3057 queue_work(ibdev->sriov.demux[i].ud_wq, &dm[i]->work);
3130 static void handle_bonded_port_state_event(struct work_struct *work)
3133 container_of(work, struct ib_event_work, work);
3180 static void ib_sl2vl_update_work(struct work_struct *work)
3182 struct ib_event_work *ew = container_of(work, struct ib_event_work, work);
3198 INIT_WORK(&ew->work, ib_sl2vl_update_work);
3201 queue_work(wq, &ew->work);
3222 INIT_WORK(&ew->work, handle_bonded_port_state_event);
3224 queue_work(wq, &ew->work);
3272 INIT_WORK(&ew->work, handle_port_mgmt_change_event);
3277 queue_work(wq, &ew->work);
3279 handle_port_mgmt_change_event(&ew->work);