Searched refs:port_refresh_work (Results 1 – 2 of 2) sorted by relevance
602 port_refresh_work); in nfp_net_refresh_vnics()615 queue_work(pf->wq, &pf->port_refresh_work); in nfp_net_refresh_port_table()651 INIT_WORK(&pf->port_refresh_work, nfp_net_refresh_vnics); in nfp_net_pci_probe()753 cancel_work_sync(&pf->port_refresh_work); in nfp_net_pci_probe()788 cancel_work_sync(&pf->port_refresh_work); in nfp_net_pci_remove()
138 struct work_struct port_refresh_work; member