Lines Matching refs:work

97 void zfcp_fc_post_event(struct work_struct *work)  in zfcp_fc_post_event()  argument
101 struct zfcp_fc_events *events = container_of(work, in zfcp_fc_post_event()
102 struct zfcp_fc_events, work); in zfcp_fc_post_event()
142 queue_work(adapter->work_queue, &adapter->events.work); in zfcp_fc_enqueue_event()
170 static void zfcp_fc_wka_port_offline(struct work_struct *work) in zfcp_fc_wka_port_offline() argument
172 struct delayed_work *dw = to_delayed_work(work); in zfcp_fc_wka_port_offline()
174 container_of(dw, struct zfcp_fc_wka_port, work); in zfcp_fc_wka_port_offline()
195 schedule_delayed_work(&wka_port->work, HZ / 100); in zfcp_fc_wka_port_put()
209 INIT_DELAYED_WORK(&wka_port->work, zfcp_fc_wka_port_offline); in zfcp_fc_wka_port_init()
214 cancel_delayed_work_sync(&wka->work); in zfcp_fc_wka_port_force_offline()
419 void zfcp_fc_port_did_lookup(struct work_struct *work) in zfcp_fc_port_did_lookup() argument
422 struct zfcp_port *port = container_of(work, struct zfcp_port, in zfcp_fc_port_did_lookup()
553 void zfcp_fc_link_test_work(struct work_struct *work) in zfcp_fc_link_test_work() argument
556 container_of(work, struct zfcp_port, test_link_work); in zfcp_fc_link_test_work()
724 void zfcp_fc_scan_ports(struct work_struct *work) in zfcp_fc_scan_ports() argument
726 struct delayed_work *dw = to_delayed_work(work); in zfcp_fc_scan_ports()
854 void zfcp_fc_sym_name_update(struct work_struct *work) in zfcp_fc_sym_name_update() argument
856 struct zfcp_adapter *adapter = container_of(work, struct zfcp_adapter, in zfcp_fc_sym_name_update()