Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/cavium/liquidio/
H 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()
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.c514 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
542 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
600 &lio->link_status_wq.wk.work, 0); in update_link_status()
614 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
653 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
675 lio->sync_octeon_time_wq.wk.ctxptr = lio; in setup_sync_octeon_time_wq()
677 &lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
697 cancel_delayed_work_sync(&time_wq->wk.work); in cleanup_sync_octeon_time_wq()
1723 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_txq_status()
1750 lio->txq_status_wq.wk.ctxptr = lio; in setup_tx_poll_fn()
[all …]
H 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()
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/fw/
H A Druntime.h75 struct delayed_work wk; member
164 struct delayed_work wk; member
206 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.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()
402 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
H 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/
H 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/
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()
H A Doctep_vf_main.h118 struct octep_vf_mbox_wk wk; member
/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
429 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
431 if (wk) { in cfg80211_wiphy_work()
432 list_del_init(&wk->entry); in cfg80211_wiphy_work()
437 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1062 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1064 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1066 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1069 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1073 if (wk == end) in cfg80211_process_wiphy_works()
H A Dcore.h381 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
433 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.h168 void iwl_mvm_roc_done_wk(struct work_struct *wk);
H A Dops.c712 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
1121 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument
1124 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk()
1188 struct wiphy_work *wk) in iwl_mvm_trig_link_selection() argument
1191 container_of(wk, struct iwl_mvm, trig_link_selection_wk); in iwl_mvm_trig_link_selection()
1658 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk() argument
1661 container_of(wk, struct iwl_mvm, async_handlers_wiphy_wk); in iwl_mvm_async_handlers_wiphy_wk()
1667 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
1670 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
1957 static void iwl_mvm_reprobe_wk(struct work_struct *wk) in iwl_mvm_reprobe_wk() argument
[all …]
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
105 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/linux/net/mac80211/
H A Dkey.h172 struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c386 static void iwl_mei_csa_throttle_end_wk(struct work_struct *wk) in iwl_mei_csa_throttle_end_wk() argument
389 container_of(wk, struct iwl_mei, csa_throttle_end_wk.work); in iwl_mei_csa_throttle_end_wk()
553 static void iwl_mei_send_csa_msg_wk(struct work_struct *wk) in iwl_mei_send_csa_msg_wk() argument
556 container_of(wk, struct iwl_mei, send_csa_msg_wk); in iwl_mei_send_csa_msg_wk()
609 static void iwl_mei_netdev_work(struct work_struct *wk) in iwl_mei_netdev_work() argument
612 container_of(wk, struct iwl_mei, netdev_work); in iwl_mei_netdev_work()
1921 static void iwl_mei_ownership_dwork(struct work_struct *wk) in iwl_mei_ownership_dwork() argument
/linux/fs/smb/server/
H A Dserver.c260 static void handle_ksmbd_work(struct work_struct *wk) in handle_ksmbd_work() argument
262 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in handle_ksmbd_work()
/linux/arch/um/drivers/
H A Dvirtio_uml.c1138 static void vu_of_conn_broken(struct work_struct *wk) in vu_of_conn_broken() argument
1143 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_of_conn_broken()
1275 static void vu_conn_broken(struct work_struct *wk) in vu_conn_broken() argument
1280 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_conn_broken()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c630 } wk; member
2392 if (!test_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags)) in rtl_schedule_task()
2395 set_bit(flag, tp->wk.flags); in rtl_schedule_task()
2396 schedule_work(&tp->wk.work); in rtl_schedule_task()
4672 container_of(work, struct rtl8169_private, wk.work); in rtl_task()
4677 if (!test_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags)) in rtl_task()
4770 bitmap_zero(tp->wk.flags, RTL_FLAG_MAX); in rtl8169_down()
4797 set_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags); in rtl8169_up()
4814 cancel_work(&tp->wk.work); in rtl8169_close()
5048 cancel_work_sync(&tp->wk.work); in rtl_remove_one()
[all …]

123