Searched full:vepa (Results 1 – 17 of 17) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | ipvlan.rst | 37 FLAGS: bridge (default) | private | vepa 53 (d) This command will create an IPvlan device in L2 vepa mode:: 55 bash# ip link add link eth0 name ipvlan type ipvlan mode l2 vepa 110 5.3 vepa: 112 If this is added to the command-line, the port is set in VEPA mode. 115 Note: VEPA mode in IPvlan has limitations. IPvlan uses the mac-address of the
|
| /linux/net/dsa/ |
| H A D | tag_netc.c | 147 /* ENETC VEPA switch ID (0) is not supported yet */ in netc_rcv() 150 "VEPA switch ID is not supported yet\n"); in netc_rcv()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | legacy.c | 43 esw_warn(dev, "Failed to create VEPA FDB err %d\n", err); in esw_create_legacy_vepa_table() 168 esw_debug(esw->dev, "Destroy VEPA Table\n"); in esw_destroy_legacy_vepa_table()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_mfw_req.h | 101 /* IOV_Offload. 0=none; 1=MultiQueue, 2=VEB 3= VEPA*/
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | cmd.h | 717 * Maximum number of VEPA channels per port (0 through 16) 718 * 0 - multi-channel VEPA is disabled
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_ctrl.h | 115 #define NFP_NET_CFG_CTRL_VEPA (0x1 << 22) /* Enable VEPA mode */
|
| H A D | nfp_net_common.c | 2442 nn->cap & NFP_NET_CFG_CTRL_VEPA ? "VEPA " : "", in nfp_net_info()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice.h | 269 u16 bridge_mode; /* VEB/VEPA/Port Virtualizer */
|
| H A D | ice_main.c | 8090 * Return the bridge mode (VEB/VEPA) 8106 * ice_vsi_update_bridge_mode - Update VSI for switching bridge mode (VEB/VEPA) 8108 * @bmode: Hardware bridge mode (VEB/VEPA) 8128 /* change from VEPA to VEB mode */ in ice_vsi_update_bridge_mode() 8131 /* change from VEB to VEPA mode */ in ice_vsi_update_bridge_mode() 8156 * Sets the bridge mode (VEB/VEPA) of the switch to which the netdev (VSI) is
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_debugfs.c | 648 veb->bridge_mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB"); in i40e_dbg_dump_veb_seid() 757 /* By default we are in VEPA mode, if this is the first VF/VMDq in i40e_dbg_command_write()
|
| H A D | i40e.h | 799 u16 bridge_mode; /* Bridge Mode (VEB/VEPA) */
|
| H A D | i40e_main.c | 6605 /* By default we are in VEPA mode, if this is the first VF/VMDq in i40e_create_queue_channel() 10356 veb->bridge_mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB"); in i40e_config_bridge_mode() 13076 * enables the bridging mode requested (VEB or VEPA). If the 13152 * i.e VEB or VEPA. 13816 * Returns 1 if HW bridge mode is VEB and return 0 in case of VEPA mode 13834 /* Uplink is a bridge in VEPA mode */ in i40e_is_vsi_uplink_mode_veb() 13842 /* VEPA is now default bridge, so return 0 */ in i40e_is_vsi_uplink_mode_veb() 14376 /* We come up by default in VEPA mode if SRIOV is not in i40e_vsi_setup() 14377 * already enabled, in which case we can't force VEPA in i40e_vsi_setup() 15246 i += scnprintf(&buf[i], REMAIN(i), " VEPA"); in i40e_print_features()
|
| /linux/drivers/net/ |
| H A D | macvlan.c | 316 * Flood to VEPA and bridge ports. We cannot distinguish in macvlan_multicast_rx()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 5001 mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB"); in be_ndo_bridge_setlink() 5007 mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB"); in be_ndo_bridge_setlink()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_pcol.h | 14922 /* enum: VEPA (obsolete) */ 15009 /* enum: VEPA (obsolete) */
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 10694 mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB"); in ixgbe_configure_bridge_mode()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_pcol.h | 19553 /* enum: VEPA (obsolete) */ 19619 /* enum: VEPA (obsolete) */
|