Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx_common.c1393 struct net_device *rep_dev; in efx_detach_reps() local
1399 rep_dev = efv->net_dev; in efx_detach_reps()
1400 if (!rep_dev) in efx_detach_reps()
1402 netif_carrier_off(rep_dev); in efx_detach_reps()
1404 netif_tx_lock_bh(rep_dev); in efx_detach_reps()
1405 netif_tx_stop_all_queues(rep_dev); in efx_detach_reps()
1406 netif_tx_unlock_bh(rep_dev); in efx_detach_reps()
1412 struct net_device *rep_dev; in efx_attach_reps() local
1418 rep_dev = efv->net_dev; in efx_attach_reps()
1419 if (!rep_dev) in efx_attach_reps()
[all …]
Def100_rep.c322 struct net_device *rep_dev; in efx_ef100_vfrep_destroy() local
324 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()