/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 154 if (ptp_ops->port_disable) in mv88e6xxx_set_hwtstamp_config() 155 ptp_ops->port_disable(chip, port); in mv88e6xxx_set_hwtstamp_config() 550 if (ptp_ops->port_disable) in mv88e6xxx_hwtstamp_port_setup() 551 return ptp_ops->port_disable(chip, port); in mv88e6xxx_hwtstamp_port_setup()
|
H A D | ptp.c | 425 .port_disable = mv88e6352_hwtstamp_port_disable, 448 .port_disable = mv88e6352_hwtstamp_port_disable, 471 .port_disable = mv88e6352_hwtstamp_port_disable,
|
H A D | chip.h | 715 int (*port_disable)(struct mv88e6xxx_chip *chip, int port); member
|
/openbmc/u-boot/include/ |
H A D | ethsw.h | 72 int (*port_disable)(struct ethsw_command_def *parsed_cmd); member
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 1297 static int port_disable(struct vchiq_mmal_instance *instance, in port_disable() function 1494 ret = port_disable(instance, port); in vchiq_mmal_port_disable() 1516 ret = port_disable(instance, src); in vchiq_mmal_port_connect_tunnel()
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 1790 .port_disable = rtl8366rb_port_disable, 1816 .port_disable = rtl8366rb_port_disable,
|
/openbmc/u-boot/cmd/ |
H A D | ethsw.c | 147 port_disable),
|
/openbmc/linux/net/dsa/ |
H A D | port.c | 260 if (ds->ops->port_disable) in dsa_port_disable_rt() 261 ds->ops->port_disable(ds, port); in dsa_port_disable_rt()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | lantiq_gswip.c | 1825 .port_disable = gswip_port_disable, 1851 .port_disable = gswip_port_disable,
|
H A D | vitesse-vsc73xx-core.c | 1093 .port_disable = vsc73xx_port_disable,
|
H A D | lan9303-core.c | 1373 .port_disable = lan9303_port_disable,
|
H A D | rzn1_a5psw.c | 998 .port_disable = a5psw_port_disable,
|
H A D | bcm_sf2.c | 1222 .port_disable = bcm_sf2_port_disable,
|
H A D | mt7530.c | 3332 .port_disable = mt7530_port_disable,
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | ar9331.c | 690 .port_disable = ar9331_sw_port_disable,
|
H A D | qca8k-8xxx.c | 2003 .port_disable = qca8k_port_disable,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 970 void (*port_disable)(struct dsa_switch *ds, int port); member
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek.c | 1915 .port_disable = hellcreek_port_disable,
|
/openbmc/u-boot/drivers/net/ |
H A D | vsc9953.c | 2413 .port_disable = &vsc9953_port_status_key_func,
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2308 .port_disable = b53_disable_port,
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 756 - ``port_disable``: function invoked by the DSA slave network device ndo_close
|