Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/cavium/liquidio/
A 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()
59 cancel_delayed_work_sync(&oct->dma_comp_wq.wk.work); in octeon_delete_response_list()
228 struct cavium_wk *wk = (struct cavium_wk *)work; in oct_poll_req_completion() local
229 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in oct_poll_req_completion()
236 queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1)); in oct_poll_req_completion()
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()
A Dlio_main.c508 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
536 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
594 &lio->link_status_wq.wk.work, 0); in update_link_status()
608 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
647 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
669 lio->sync_octeon_time_wq.wk.ctxptr = lio; in setup_sync_octeon_time_wq()
671 &lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
691 cancel_delayed_work_sync(&time_wq->wk.work); in cleanup_sync_octeon_time_wq()
1717 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_txq_status()
1744 lio->txq_status_wq.wk.ctxptr = lio; in setup_tx_poll_fn()
[all …]
A Dlio_core.c445 queue_delayed_work(wq->wq, &wq->wk.work, in octeon_schedule_rxq_oom_work()
451 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_poll_check_rxq_oom_status() local
452 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_rxq_oom_status()
454 int q_no = wk->ctxul; in octnet_poll_check_rxq_oom_status()
481 INIT_DELAYED_WORK(&wq->wk.work, in setup_rx_oom_poll_fn()
483 wq->wk.ctxptr = lio; in setup_rx_oom_poll_fn()
484 wq->wk.ctxul = q_no; in setup_rx_oom_poll_fn()
501 cancel_delayed_work_sync(&wq->wk.work); in cleanup_rx_oom_poll_fn()
1461 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_fetch_stats() local
1462 struct lio *lio = wk->ctxptr; in lio_fetch_stats()
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/
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/fw/
A Druntime.h74 struct delayed_work wk; member
162 struct delayed_work wk; member
203 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
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()
A Ddebugfs.c162 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
167 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
185 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
401 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
A Dinit.c36 INIT_DELAYED_WORK(&fwrt->dump.wks[i].wk, iwl_fw_error_dump_wk); in iwl_fw_runtime_init()
/linux/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_pfvf_mbox.c258 INIT_WORK(&oct->mbox[ring]->wk.work, octep_pfvf_mbox_work); in octep_setup_pfvf_mbox()
259 oct->mbox[ring]->wk.ctxptr = oct->mbox[ring]; in octep_setup_pfvf_mbox()
270 cancel_work_sync(&oct->mbox[ring]->wk.work); in octep_setup_pfvf_mbox()
289 if (work_pending(&oct->mbox[ring]->wk.work)) in octep_delete_pfvf_mbox()
290 cancel_work_sync(&oct->mbox[ring]->wk.work); in octep_delete_pfvf_mbox()
390 struct octep_pfvf_mbox_wk *wk = container_of(work, struct octep_pfvf_mbox_wk, work); in octep_pfvf_mbox_work() local
397 mbox = (struct octep_mbox *)wk->ctxptr; in octep_pfvf_mbox_work()
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
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()
A Doctep_vf_main.h118 struct octep_vf_mbox_wk wk; member
/linux/Documentation/devicetree/bindings/sound/
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/
A Dcore.c420 struct wiphy_work *wk; in cfg80211_wiphy_work() local
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()
1065 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1067 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1069 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1072 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1073 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
[all …]
A Dcore.h389 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
441 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtime-event.h168 void iwl_mvm_roc_done_wk(struct work_struct *wk);
A Dops.c797 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
1193 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument
1196 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk()
1260 struct wiphy_work *wk) in iwl_mvm_trig_link_selection() argument
1263 container_of(wk, struct iwl_mvm, trig_link_selection_wk); in iwl_mvm_trig_link_selection()
1709 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk() argument
1712 container_of(wk, struct iwl_mvm, async_handlers_wiphy_wk); in iwl_mvm_async_handlers_wiphy_wk()
1718 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
1721 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
2006 static void iwl_mvm_reprobe_wk(struct work_struct *wk) in iwl_mvm_reprobe_wk() argument
[all …]
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/
A Ddevcoredump.c98 static void devcd_del(struct work_struct *wk) in devcd_del() argument
102 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/linux/net/mac80211/
A Dkey.h172 struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/mei/
A Dmain.c414 static void iwl_mei_csa_throttle_end_wk(struct work_struct *wk) in iwl_mei_csa_throttle_end_wk() argument
417 container_of(wk, struct iwl_mei, csa_throttle_end_wk.work); in iwl_mei_csa_throttle_end_wk()
581 static void iwl_mei_send_csa_msg_wk(struct work_struct *wk) in iwl_mei_send_csa_msg_wk() argument
584 container_of(wk, struct iwl_mei, send_csa_msg_wk); in iwl_mei_send_csa_msg_wk()
637 static void iwl_mei_netdev_work(struct work_struct *wk) in iwl_mei_netdev_work() argument
640 container_of(wk, struct iwl_mei, netdev_work); in iwl_mei_netdev_work()
1949 static void iwl_mei_ownership_dwork(struct work_struct *wk) in iwl_mei_ownership_dwork() argument
/linux/fs/smb/server/
A Dserver.c262 static void handle_ksmbd_work(struct work_struct *wk) in handle_ksmbd_work() argument
264 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in handle_ksmbd_work()
/linux/arch/um/drivers/
A Dvirtio_uml.c1140 static void vu_of_conn_broken(struct work_struct *wk) in vu_of_conn_broken() argument
1145 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_of_conn_broken()
1277 static void vu_conn_broken(struct work_struct *wk) in vu_conn_broken() argument
1282 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_conn_broken()
/linux/drivers/net/ethernet/realtek/
A Dr8169_main.c659 } wk; member
2426 if (!test_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags)) in rtl_schedule_task()
2429 set_bit(flag, tp->wk.flags); in rtl_schedule_task()
2430 schedule_work(&tp->wk.work); in rtl_schedule_task()
4712 container_of(work, struct rtl8169_private, wk.work); in rtl_task()
4717 if (!test_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags)) in rtl_task()
4810 bitmap_zero(tp->wk.flags, RTL_FLAG_MAX); in rtl8169_down()
4837 set_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags); in rtl8169_up()
4854 cancel_work(&tp->wk.work); in rtl8169_close()
5088 cancel_work_sync(&tp->wk.work); in rtl_remove_one()
[all …]

Completed in 77 milliseconds

123