Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst14 ip -d link show dev sw0p1 | grep switchid
16 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}==<switchid>, \
H A Dcpsw_switchdev.rst17 ip -d link show dev sw0p1 | grep switchid
19 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}==<switchid>, \
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-base.c362 int switchid, in dell_wmi_switch_event() argument
373 __set_bit(switchid, (dev)->swbit); in dell_wmi_switch_event()
385 input_report_switch(*subdev, switchid, value); in dell_wmi_switch_event()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h193 u64 switchid; member
H A Dsja1105_static_config.c125 sja1105_packing(buf, &entry->switchid, 317, 315, size, op); in sja1105et_general_params_entry_packing()
157 sja1105_packing(buf, &entry->switchid, 349, 347, size, op); in sja1105pqrs_general_params_entry_packing()
191 sja1105_packing(buf, &entry->switchid, 445, 442, size, op); in sja1110_general_params_entry_packing()
H A Dsja1105_main.c861 .switchid = priv->ds->index, in sja1105_init_general_params()