Home
last modified time | relevance | path

Searched refs:br_port (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c360 if (br_mdb_port->br_port == br_port) { in prestera_br_mdb_port_del()
398 br_port = port_vlan->br_port; in prestera_port_vlan_bridge_leave()
565 br_port = kzalloc(sizeof(*br_port), GFP_KERNEL); in prestera_bridge_port_create()
566 if (!br_port) in prestera_bridge_port_create()
619 if (!br_port) in prestera_bridge_port_add()
749 if (!br_port) in prestera_bridge_port_leave()
995 br_port = br_mdb_port->br_port; in prestera_br_mdb_sync()
1388 port_vlan->br_port = br_port; in prestera_port_vlan_bridge_join()
1417 if (port_vlan && port_vlan->br_port != br_port) in prestera_bridge_port_vlan_add()
1530 if (br_mdb_port->br_port == br_port) in prestera_br_mdb_port_add()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c436 fdb_entry->br_port = br_port; in ice_eswitch_br_fdb_entry_create()
486 if (!br_port) in ice_eswitch_br_fdb_event_work()
794 if (!br_port) in ice_eswitch_br_port_obj_add()
816 if (!br_port) in ice_eswitch_br_port_obj_del()
892 if (br_port == fdb_entry->br_port) in ice_eswitch_br_port_deinit()
911 br_port = kzalloc(sizeof(*br_port), GFP_KERNEL); in ice_eswitch_br_port_init()
934 br_port->vsi_idx = br_port->vsi->idx; in ice_eswitch_br_vf_repr_port_init()
936 repr->br_port = br_port; in ice_eswitch_br_vf_repr_port_init()
959 br_port->vsi_idx = br_port->vsi->idx; in ice_eswitch_br_uplink_port_init()
961 pf->br_port = br_port; in ice_eswitch_br_uplink_port_init()
[all …]
H A Dice_repr.h15 struct ice_esw_br_port *br_port; member
H A Dice_eswitch_br.h32 struct ice_esw_br_port *br_port; member
H A Dice_eswitch.c317 if (repr->br_port) in ice_eswitch_update_repr()
318 repr->br_port->vsi = vsi; in ice_eswitch_update_repr()
H A Dice.h633 struct ice_esw_br_port *br_port; member
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh1388 local br_port=$1
1396 bridge link set dev $br_port flood off
1401 bridge link set dev $br_port flood on
1411 local br_port=$1
1419 bridge link set dev $br_port mcast_flood off
1424 bridge link set dev $br_port mcast_flood on
1435 local br_port=$1
1439 flood_unicast_test $br_port $host1_if $host2_if
1440 flood_multicast_test $br_port $host1_if $host2_if
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh1388 local br_port=$1
1396 bridge link set dev $br_port flood off
1401 bridge link set dev $br_port flood on
1411 local br_port=$1
1419 bridge link set dev $br_port mcast_flood off
1424 bridge link set dev $br_port mcast_flood on
1435 local br_port=$1
1439 flood_unicast_test $br_port $host1_if $host2_if
1440 flood_multicast_test $br_port $host1_if $host2_if
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh1388 local br_port=$1
1396 bridge link set dev $br_port flood off
1401 bridge link set dev $br_port flood on
1411 local br_port=$1
1419 bridge link set dev $br_port mcast_flood off
1424 bridge link set dev $br_port mcast_flood on
1435 local br_port=$1
1439 flood_unicast_test $br_port $host1_if $host2_if
1440 flood_multicast_test $br_port $host1_if $host2_if
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1388 local br_port=$1
1396 bridge link set dev $br_port flood off
1401 bridge link set dev $br_port flood on
1411 local br_port=$1
1419 bridge link set dev $br_port mcast_flood off
1424 bridge link set dev $br_port mcast_flood on
1435 local br_port=$1
1439 flood_unicast_test $br_port $host1_if $host2_if
1440 flood_multicast_test $br_port $host1_if $host2_if