Home
last modified time | relevance | path

Searched refs:wk (Results 1 – 25 of 46) sorted by relevance

12

/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Dresponse_manager.c49 INIT_DELAYED_WORK(&cwq->wk.work, oct_poll_req_completion); in octeon_setup_response_list()
50 cwq->wk.ctxptr = oct; in octeon_setup_response_list()
58 cancel_delayed_work_sync(&oct->dma_comp_wq.wk.work); in octeon_delete_response_list()
225 struct cavium_wk *wk = (struct cavium_wk *)work; in oct_poll_req_completion() local
226 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in oct_poll_req_completion()
233 queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1)); in oct_poll_req_completion()
Drequest_manager.c157 INIT_DELAYED_WORK(&db_wq->wk.work, check_db_timeout); in octeon_init_instr_queue()
158 db_wq->wk.ctxptr = oct; in octeon_init_instr_queue()
159 db_wq->wk.ctxul = iq_no; in octeon_init_instr_queue()
160 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(1)); in octeon_init_instr_queue()
170 cancel_delayed_work_sync(&oct->check_db_wq[iq_no].wk.work); in octeon_delete_instr_queue()
438 queue_work(cwq->wq, &cwq->wk.work.work); in lio_process_iq_request_list()
529 struct cavium_wk *wk = (struct cavium_wk *)work; in check_db_timeout() local
530 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_db_timeout()
531 u64 iq_no = wk->ctxul; in check_db_timeout()
536 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(delay)); in check_db_timeout()
Dlio_core.c437 queue_delayed_work(wq->wq, &wq->wk.work, in octeon_schedule_rxq_oom_work()
443 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_poll_check_rxq_oom_status() local
444 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_rxq_oom_status()
446 int q_no = wk->ctxul; in octnet_poll_check_rxq_oom_status()
473 INIT_DELAYED_WORK(&wq->wk.work, in setup_rx_oom_poll_fn()
475 wq->wk.ctxptr = lio; in setup_rx_oom_poll_fn()
476 wq->wk.ctxul = q_no; in setup_rx_oom_poll_fn()
492 cancel_delayed_work_sync(&wq->wk.work); in cleanup_rx_oom_poll_fn()
1447 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_fetch_stats() local
1448 struct lio *lio = wk->ctxptr; in lio_fetch_stats()
Dlio_main.c519 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
520 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
546 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
548 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
558 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
606 &lio->link_status_wq.wk.work, 0); in update_link_status()
619 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_sync_octeon_time() local
620 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
659 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
679 INIT_DELAYED_WORK(&lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
[all …]
Docteon_console.c484 struct cavium_wk *wk = (struct cavium_wk *)work; in check_console() local
485 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_console()
486 u32 console_num = (u32)wk->ctxul; in check_console()
531 schedule_delayed_work(&wk->work, msecs_to_jiffies(delay)); in check_console()
Dcn23xx_vf_device.c265 struct cavium_wk *wk = (struct cavium_wk *)work; in cn23xx_vf_mbox_thread() local
266 struct octeon_mbox *mbox = (struct octeon_mbox *)wk->ctxptr; in cn23xx_vf_mbox_thread()
Dlio_vf_rep.c464 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_vf_rep_fetch_stats() local
465 struct lio_vf_rep_desc *vf_rep = wk->ctxptr; in lio_vf_rep_fetch_stats()
Dlio_vf_main.c286 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
287 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
313 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
315 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
325 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
371 &lio->link_status_wq.wk.work, 0); in update_link_status()
/linux-5.19.10/drivers/phy/
Dphy-lgm-usb.c43 struct work_struct wk; member
94 schedule_work(&ta->wk); in phy_init()
108 flush_work(&ta->wk); in phy_shutdown()
140 struct tca_apb *ta = container_of(work, struct tca_apb, wk); in tca_work()
177 schedule_work(&ta->wk); in id_notifier()
200 INIT_WORK(&ta->wk, tca_work); in phy_probe()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/
Druntime.h67 struct delayed_work wk; member
147 struct delayed_work wk; member
186 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
Ddbg.h227 flush_delayed_work(&fwrt->dump.wks[i].wk); in iwl_fw_flush_dumps()
234 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_cancel_timestamp()
241 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_suspend_timestamp()
249 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_resume_timestamp()
Ddebugfs.c180 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
185 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
203 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
403 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
Dinit.c36 INIT_DELAYED_WORK(&fwrt->dump.wks[i].wk, iwl_fw_error_dump_wk); in iwl_fw_runtime_init()
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dcs35l35.txt96 - cirrus,classh-wk-fet-disable
97 - cirrus,classh-wk-fet-delay
98 - cirrus,classh-wk-fet-thld
163 cirrus,classh-wk-fet-disable = <0x01>;
164 cirrus,classh-wk-fet-delay = <0x04>;
165 cirrus,classh-wk-fet-thld = <0x01>;
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.h160 void iwl_mvm_roc_done_wk(struct work_struct *wk);
Dops.c603 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
1000 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument
1003 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk()
1459 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
1462 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
1770 static void iwl_mvm_reprobe_wk(struct work_struct *wk) in iwl_mvm_reprobe_wk() argument
1774 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
Dsta.h547 void iwl_mvm_add_new_dqa_stream_wk(struct work_struct *wk);
/linux-5.19.10/drivers/base/
Ddevcoredump.c60 static void devcd_del(struct work_struct *wk) in devcd_del() argument
64 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/linux-5.19.10/net/mac80211/
Dkey.h170 void ieee80211_delayed_tailroom_dec(struct work_struct *wk);
/linux-5.19.10/fs/ksmbd/
Dserver.c253 static void handle_ksmbd_work(struct work_struct *wk) in handle_ksmbd_work() argument
255 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in handle_ksmbd_work()
Doplock.c608 static void __smb2_oplock_break_noti(struct work_struct *wk) in __smb2_oplock_break_noti() argument
611 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in __smb2_oplock_break_noti()
724 static void __smb2_lease_break_noti(struct work_struct *wk) in __smb2_lease_break_noti() argument
727 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in __smb2_lease_break_noti()
/linux-5.19.10/net/wireless/
Dcore.h393 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
444 void __cfg80211_scan_done(struct work_struct *wk);
/linux-5.19.10/drivers/platform/x86/
Dasus-laptop.c215 int wk; member
560 led->wk = !!value; in asus_led_cdev_set()
569 asus_led_set(asus, led->method, led->wk); in asus_led_cdev_update()
621 led->wk = value; in asus_kled_cdev_set()
630 asus_kled_set(asus, led->wk); in asus_kled_cdev_update()
/linux-5.19.10/arch/um/drivers/
Dvirtio_uml.c1133 static void vu_of_conn_broken(struct work_struct *wk) in vu_of_conn_broken() argument
1262 static void vu_conn_broken(struct work_struct *wk) in vu_conn_broken() argument
1266 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_conn_broken()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mei/
Dmain.c368 static void iwl_mei_csa_throttle_end_wk(struct work_struct *wk) in iwl_mei_csa_throttle_end_wk() argument
371 container_of(wk, struct iwl_mei, csa_throttle_end_wk.work); in iwl_mei_csa_throttle_end_wk()
535 static void iwl_mei_send_csa_msg_wk(struct work_struct *wk) in iwl_mei_send_csa_msg_wk() argument
538 container_of(wk, struct iwl_mei, send_csa_msg_wk); in iwl_mei_send_csa_msg_wk()

12