Searched refs:rep_dev (Results 1 – 2 of 2) sorted by relevance
1391 struct net_device *rep_dev; in efx_detach_reps() local1397 rep_dev = efv->net_dev; in efx_detach_reps()1398 if (!rep_dev) in efx_detach_reps()1400 netif_carrier_off(rep_dev); in efx_detach_reps()1402 netif_tx_lock_bh(rep_dev); in efx_detach_reps()1403 netif_tx_stop_all_queues(rep_dev); in efx_detach_reps()1404 netif_tx_unlock_bh(rep_dev); in efx_detach_reps()1410 struct net_device *rep_dev; in efx_attach_reps() local1416 rep_dev = efv->net_dev; in efx_attach_reps()1417 if (!rep_dev) in efx_attach_reps()[all …]
322 struct net_device *rep_dev; in efx_ef100_vfrep_destroy() local324 rep_dev = efv->net_dev; in efx_ef100_vfrep_destroy()325 if (!rep_dev) in efx_ef100_vfrep_destroy()327 netif_dbg(efx, drv, rep_dev, "Removing VF representor\n"); in efx_ef100_vfrep_destroy()328 unregister_netdev(rep_dev); in efx_ef100_vfrep_destroy()
Completed in 9 milliseconds