Home
last modified time | relevance | path

Searched refs:iavf_close (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c16 static int iavf_close(struct net_device *netdev);
2278 iavf_close(netdev); in iavf_reset_task()
3269 * iavf_close - Disables a network interface
3279 static int iavf_close(struct net_device *netdev) in iavf_close() function
3455 .ndo_stop = iavf_close,
3701 iavf_close(netdev); in iavf_shutdown()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c16 static int iavf_close(struct net_device *netdev);
4280 * iavf_close - Disables a network interface
4290 static int iavf_close(struct net_device *netdev) in iavf_close() function
4308 * deadlock with adminq_task() until iavf_close timeouts. We must send in iavf_close()
4311 * iavf_down and save other to set them right before iavf_close() in iavf_close()
4766 .ndo_stop = iavf_close,

Completed in 10 milliseconds