Searched refs:port_refresh_work (Results 1 – 2 of 2) sorted by relevance
647 port_refresh_work); in nfp_net_refresh_vnics()661 queue_work(pf->wq, &pf->port_refresh_work); in nfp_net_refresh_port_table()697 INIT_WORK(&pf->port_refresh_work, nfp_net_refresh_vnics); in nfp_net_pci_probe()798 cancel_work_sync(&pf->port_refresh_work); in nfp_net_pci_probe()833 cancel_work_sync(&pf->port_refresh_work); in nfp_net_pci_remove()
140 struct work_struct port_refresh_work; member