Home
last modified time | relevance | path

Searched refs:netdevs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dswitchdev.txt85 port netdevs. All of the switchdev driver ops are netdev ops or switchdev ops.
104 into 4 10G ports, resulting in 4 port netdevs, the device can give a unique
141 The port netdevs representing the physical switch ports can be organized into
302 certain netdevs from flooding unicast traffic for which there is no FDB entry.
339 port netdevs mentioned in the routes next hop list. If the output port netdevs
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c646 ndev = iboe->netdevs[port - 1]; in eth_link_query_port()
1278 ndev = mdev->iboe.netdevs[mqp->port - 1]; in mlx4_ib_add_mc()
1830 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL; in mlx4_ib_mcg_detach()
2005 iboe->netdevs[port - 1] = in mlx4_ib_scan_netdevs()
2008 if (dev == iboe->netdevs[port - 1] && in mlx4_ib_scan_netdevs()
2727 struct net_device *curr_netdev = ibdev->iboe.netdevs[i]; in handle_bonded_port_state_event()
Dmlx4_ib.h490 struct net_device *netdevs[MLX4_MAX_PORTS]; member