Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c35 static int rvu_rep_mcam_flow_init(struct rep_dev *rep) in rvu_rep_mcam_flow_init()
109 struct rep_dev *rep = cb_priv; in rvu_rep_setup_tc_cb()
152 struct rep_dev *rep = netdev_priv(dev); in rvu_rep_sp_stats64()
191 struct rep_dev *rep = container_of(port, struct rep_dev, dl_port); in rvu_rep_dl_port_fn_hw_addr_get()
202 struct rep_dev *rep = container_of(port, struct rep_dev, dl_port); in rvu_rep_dl_port_fn_hw_addr_set()
233 static void rvu_rep_devlink_port_unregister(struct rep_dev *rep) in rvu_rep_devlink_port_unregister()
238 static int rvu_rep_devlink_port_register(struct rep_dev *rep) in rvu_rep_devlink_port_register()
300 struct rep_dev *rep; in rvu_rep_state_evt_handler()
320 struct rep_dev *rep = netdev_priv(dev); in rvu_rep_change_mtu()
341 struct rep_dev *rep; in rvu_rep_get_stats()
[all …]
H A Drep.h33 struct rep_dev { struct
H A Dotx2_common.h554 struct rep_dev **reps;
H A Dotx2_tc.c446 struct rep_dev *rdev; in otx2_tc_parse_actions()
/linux/drivers/net/ethernet/sfc/
H A Defx_common.c1376 struct net_device *rep_dev; in efx_detach_reps() local
1382 rep_dev = efv->net_dev; in efx_detach_reps()
1383 if (!rep_dev) in efx_detach_reps()
1385 netif_carrier_off(rep_dev); in efx_detach_reps()
1387 netif_tx_lock_bh(rep_dev); in efx_detach_reps()
1388 netif_tx_stop_all_queues(rep_dev); in efx_detach_reps()
1389 netif_tx_unlock_bh(rep_dev); in efx_detach_reps()
1395 struct net_device *rep_dev; in efx_attach_reps() local
1401 rep_dev = efv->net_dev; in efx_attach_reps()
1402 if (!rep_dev) in efx_attach_reps()
[all …]
H A 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()