Searched refs:port_refresh_work (Results 1 – 2 of 2) sorted by relevance
627 port_refresh_work); in nfp_net_refresh_vnics()640 queue_work(pf->wq, &pf->port_refresh_work); in nfp_net_refresh_port_table()676 INIT_WORK(&pf->port_refresh_work, nfp_net_refresh_vnics); in nfp_net_pci_probe()772 cancel_work_sync(&pf->port_refresh_work); in nfp_net_pci_probe()806 cancel_work_sync(&pf->port_refresh_work); in nfp_net_pci_remove()
166 struct work_struct port_refresh_work; member