Searched refs:poll_cc (Results 1 – 1 of 1) sorted by relevance
184 struct delayed_work poll_cc; member1941 container_of(work, struct nvmet_pci_epf_ctrl, poll_cc.work); in nvmet_pci_epf_poll_cc_work()1974 schedule_delayed_work(&ctrl->poll_cc, NVMET_PCI_EPF_CC_POLL_INTERVAL); in nvmet_pci_epf_poll_cc_work()2024 INIT_DELAYED_WORK(&ctrl->poll_cc, nvmet_pci_epf_poll_cc_work); in nvmet_pci_epf_create_ctrl()2109 schedule_delayed_work(&ctrl->poll_cc, NVMET_PCI_EPF_CC_POLL_INTERVAL); in nvmet_pci_epf_start_ctrl()2117 cancel_delayed_work_sync(&ctrl->poll_cc); in nvmet_pci_epf_stop_ctrl()