Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx.c386 struct mxl862xx_bridge_port_config br_port_cfg = {}; in mxl862xx_set_bridge_port() local
403 mxl862xx_fw_portmap_set_bit(br_port_cfg.bridge_port_map, in mxl862xx_set_bridge_port()
411 mxl862xx_fw_portmap_set_bit(br_port_cfg.bridge_port_map, in mxl862xx_set_bridge_port()
414 mxl862xx_fw_portmap_set_bit(br_port_cfg.bridge_port_map, in mxl862xx_set_bridge_port()
417 mxl862xx_fw_portmap_set_bit(br_port_cfg.bridge_port_map, in mxl862xx_set_bridge_port()
425 br_port_cfg.bridge_port_id = cpu_to_le16(port); in mxl862xx_set_bridge_port()
426 br_port_cfg.bridge_id = cpu_to_le16(bridge_id); in mxl862xx_set_bridge_port()
427 br_port_cfg.mask = cpu_to_le32(MXL862XX_BRIDGE_PORT_CONFIG_MASK_BRIDGE_ID | in mxl862xx_set_bridge_port()
436 br_port_cfg.src_mac_learning_disable = !p->learning; in mxl862xx_set_bridge_port()
443 br_port_cfg.ingress_extended_vlan_enable = p->ingress_evlan.in_use; in mxl862xx_set_bridge_port()
[all …]