Home
last modified time | relevance | path

Searched refs:rep_dev (Results 1 – 2 of 2) 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()
107 struct rep_dev *rep = cb_priv; in rvu_rep_setup_tc_cb()
150 struct rep_dev *rep = netdev_priv(dev); in rvu_rep_sp_stats64()
189 struct rep_dev *rep = container_of(port, struct rep_dev, dl_port); in rvu_rep_dl_port_fn_hw_addr_get()
200 struct rep_dev *rep = container_of(port, struct rep_dev, dl_port); in rvu_rep_dl_port_fn_hw_addr_set()
231 static void rvu_rep_devlink_port_unregister(struct rep_dev *rep) in rvu_rep_devlink_port_unregister()
236 static int rvu_rep_devlink_port_register(struct rep_dev *rep) in rvu_rep_devlink_port_register()
298 struct rep_dev *rep; in rvu_rep_state_evt_handler()
318 struct rep_dev *rep = netdev_priv(dev); in rvu_rep_change_mtu()
339 struct rep_dev *rep; in rvu_rep_get_stats()
[all …]
/linux/drivers/net/ethernet/sfc/
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()