Home
last modified time | relevance | path

Searched refs:port_refresh_work (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_main.c627 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()
Dnfp_main.h166 struct work_struct port_refresh_work; member