Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_main.c602 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()
Dnfp_main.h138 struct work_struct port_refresh_work; member