Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/cavium/liquidio/
H A Dresponse_manager.c50 INIT_DELAYED_WORK(&cwq->wk.work, oct_poll_req_completion); in octeon_setup_response_list()
51 cwq->wk.ctxptr = oct; in octeon_setup_response_list()
60 cancel_delayed_work_sync(&oct->dma_comp_wq.wk.work); in octeon_delete_response_list()
229 struct cavium_wk *wk = (struct cavium_wk *)work; in oct_poll_req_completion() local
230 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in oct_poll_req_completion()
237 queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1)); in oct_poll_req_completion()
H A Drequest_manager.c148 INIT_DELAYED_WORK(&db_wq->wk.work, check_db_timeout); in octeon_init_instr_queue()
149 db_wq->wk.ctxptr = oct; in octeon_init_instr_queue()
150 db_wq->wk.ctxul = iq_no; in octeon_init_instr_queue()
151 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(1)); in octeon_init_instr_queue()
161 cancel_delayed_work_sync(&oct->check_db_wq[iq_no].wk.work); in octeon_delete_instr_queue()
433 queue_work(cwq->wq, &cwq->wk.work.work); in lio_process_iq_request_list()
525 struct cavium_wk *wk = (struct cavium_wk *)work; in check_db_timeout() local
526 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_db_timeout()
527 u64 iq_no = wk->ctxul; in check_db_timeout()
532 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(delay)); in check_db_timeout()
H A Dlio_main.c507 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
508 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
535 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
537 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
547 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
595 &lio->link_status_wq.wk.work, 0); in update_link_status()
608 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_sync_octeon_time() local
609 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
648 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
669 INIT_DELAYED_WORK(&lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
[all …]
H A Dlio_core.c443 queue_delayed_work(wq->wq, &wq->wk.work, in octeon_schedule_rxq_oom_work()
449 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_poll_check_rxq_oom_status() local
450 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_rxq_oom_status()
452 int q_no = wk->ctxul; in octnet_poll_check_rxq_oom_status()
479 INIT_DELAYED_WORK(&wq->wk.work, in setup_rx_oom_poll_fn()
481 wq->wk.ctxptr = lio; in setup_rx_oom_poll_fn()
482 wq->wk.ctxul = q_no; in setup_rx_oom_poll_fn()
499 cancel_delayed_work_sync(&wq->wk.work); in cleanup_rx_oom_poll_fn()
1458 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_fetch_stats() local
1459 struct lio *lio = wk->ctxptr; in lio_fetch_stats()
H A Docteon_console.c483 struct cavium_wk *wk = (struct cavium_wk *)work; in check_console() local
484 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_console()
485 u32 console_num = (u32)wk->ctxul; in check_console()
530 schedule_delayed_work(&wk->work, msecs_to_jiffies(delay)); in check_console()
/linux/drivers/phy/
H A 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/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmlo.h18 void iwl_mld_emlsr_prevent_done_wk(struct wiphy *wiphy, struct wiphy_work *wk);
20 struct wiphy_work *wk);
132 void iwl_mld_emlsr_check_tpt(struct wiphy *wiphy, struct wiphy_work *wk);
133 void iwl_mld_emlsr_unblock_tpt_wk(struct wiphy *wiphy, struct wiphy_work *wk);
H A Dnotif.h16 void iwl_mld_async_handlers_wk(struct wiphy *wiphy, struct wiphy_work *wk);
H A Dtx.h51 void iwl_mld_add_txqs_wk(struct wiphy *wiphy, struct wiphy_work *wk);
H A Dlow_latency.c90 static void iwl_mld_low_latency_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_low_latency_wk() argument
92 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_low_latency_wk()
H A Dptp.c179 static void iwl_mld_ptp_work(struct work_struct *wk) in iwl_mld_ptp_work() argument
181 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_ptp_work()
H A Dthermal.c37 static void iwl_mld_exit_ctkill(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_exit_ctkill() argument
41 mld = container_of(wk, struct iwl_mld, ct_kill_exit_wk.work); in iwl_mld_exit_ctkill()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c88 static void iwl_trans_reprobe_wk(struct work_struct *wk) in iwl_trans_reprobe_wk() argument
92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk()
204 static void iwl_trans_restart_wk(struct work_struct *wk) in iwl_trans_restart_wk() argument
206 struct iwl_trans *trans = container_of(wk, typeof(*trans), in iwl_trans_restart_wk()
207 restart.wk.work); in iwl_trans_restart_wk()
241 queue_delayed_work(system_unbound_wq, &trans->restart.wk, in iwl_trans_restart_wk()
291 INIT_DELAYED_WORK(&trans->restart.wk, iwl_trans_restart_wk); in iwl_trans_alloc()
298 cancel_delayed_work_sync(&trans->restart.wk); in iwl_trans_free()
423 cancel_delayed_work_sync(&trans->restart.wk); in iwl_trans_op_mode_leave()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_pfvf_mbox.c280 INIT_WORK(&oct->mbox[ring]->wk.work, octep_pfvf_mbox_work); in octep_setup_pfvf_mbox()
281 oct->mbox[ring]->wk.ctxptr = oct->mbox[ring]; in octep_setup_pfvf_mbox()
292 cancel_work_sync(&oct->mbox[ring]->wk.work); in octep_setup_pfvf_mbox()
311 if (work_pending(&oct->mbox[ring]->wk.work)) in octep_delete_pfvf_mbox()
312 cancel_work_sync(&oct->mbox[ring]->wk.work); in octep_delete_pfvf_mbox()
412 struct octep_pfvf_mbox_wk *wk = container_of(work, struct octep_pfvf_mbox_wk, work); in octep_pfvf_mbox_work() local
419 mbox = (struct octep_mbox *)wk->ctxptr; in octep_pfvf_mbox_work()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h77 struct delayed_work wk; member
194 struct delayed_work wk; member
245 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
H A Ddbg.h227 flush_delayed_work(&fwrt->dump.wks[i].wk); in iwl_fw_flush_dumps()
236 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_cancel_timestamp()
243 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_suspend_timestamp()
251 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_resume_timestamp()
H A Ddebugfs.c181 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
186 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
204 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
446 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_mbox.c34 INIT_WORK(&oct->mbox->wk.work, octep_vf_mbox_work); in octep_vf_setup_mbox()
35 oct->mbox->wk.ctxptr = oct; in octep_vf_setup_mbox()
44 if (work_pending(&oct->mbox->wk.work)) in octep_vf_delete_mbox()
45 cancel_work_sync(&oct->mbox->wk.work); in octep_vf_delete_mbox()
79 struct octep_vf_mbox_wk *wk = container_of(work, struct octep_vf_mbox_wk, work); in octep_vf_mbox_work() local
86 oct = (struct octep_vf_device *)wk->ctxptr; in octep_vf_mbox_work()
/linux/Documentation/devicetree/bindings/sound/
H A 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/net/wireless/
H A Dcore.c420 struct wiphy_work *wk; in cfg80211_wiphy_work() local
431 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
433 if (wk) { in cfg80211_wiphy_work()
434 list_del_init(&wk->entry); in cfg80211_wiphy_work()
439 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work()
440 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1142 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1144 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1146 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1149 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.h170 void iwl_mvm_roc_done_wk(struct work_struct *wk);
H A Dptp.c194 static void iwl_mvm_ptp_work(struct work_struct *wk) in iwl_mvm_ptp_work() argument
196 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, in iwl_mvm_ptp_work()
/linux/drivers/base/
H A Ddevcoredump.c101 static void devcd_del(struct work_struct *wk) in devcd_del() argument
106 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/linux/crypto/
H A Dtestmgr.h71 unsigned char wk; /* weak key flag */ member
112 unsigned char wk; member
7636 .wk = 1,
7644 .wk = 1,
7652 .wk = 1,
7660 .wk = 1,
7668 .wk = 1,
7676 .wk = 1,
7684 .wk = 1,
7692 .wk = 1,
[all …]
/linux/net/mac80211/
H A Dkey.h172 struct wiphy_work *wk);

123