Searched refs:poll_cc (Results 1 – 1 of 1) sorted by relevance
184 struct delayed_work poll_cc; member1954 container_of(work, struct nvmet_pci_epf_ctrl, poll_cc.work); in nvmet_pci_epf_poll_cc_work()1987 schedule_delayed_work(&ctrl->poll_cc, NVMET_PCI_EPF_CC_POLL_INTERVAL); in nvmet_pci_epf_poll_cc_work()2037 INIT_DELAYED_WORK(&ctrl->poll_cc, nvmet_pci_epf_poll_cc_work); in nvmet_pci_epf_create_ctrl()2122 schedule_delayed_work(&ctrl->poll_cc, NVMET_PCI_EPF_CC_POLL_INTERVAL); in nvmet_pci_epf_start_ctrl()2130 cancel_delayed_work_sync(&ctrl->poll_cc); in nvmet_pci_epf_stop_ctrl()