Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Ddevlink.h795 unsigned char switch_id_len);
798 unsigned char switch_id_len, u16 pf);
801 unsigned char switch_id_len,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h178 unsigned char switch_id_len);
183 unsigned char switch_id_len);
Dcore.c1877 unsigned char switch_id_len) in __mlxsw_core_port_init() argument
1888 switch_id, switch_id_len); in __mlxsw_core_port_init()
1909 unsigned char switch_id_len) in mlxsw_core_port_init() argument
1914 switch_id, switch_id_len); in mlxsw_core_port_init()
1927 unsigned char switch_id_len) in mlxsw_core_cpu_port_init() argument
1936 switch_id, switch_id_len); in mlxsw_core_cpu_port_init()
/Linux-v5.4/net/core/
Ddevlink.c6443 unsigned char switch_id_len) in __devlink_port_attrs_set() argument
6453 if (WARN_ON(switch_id_len > MAX_PHYS_ITEM_ID_LEN)) in __devlink_port_attrs_set()
6454 switch_id_len = MAX_PHYS_ITEM_ID_LEN; in __devlink_port_attrs_set()
6455 memcpy(attrs->switch_id.id, switch_id, switch_id_len); in __devlink_port_attrs_set()
6456 attrs->switch_id.id_len = switch_id_len; in __devlink_port_attrs_set()
6482 unsigned char switch_id_len) in devlink_port_attrs_set() argument
6488 switch_id, switch_id_len); in devlink_port_attrs_set()
6508 unsigned char switch_id_len, u16 pf) in devlink_port_attrs_pci_pf_set() argument
6515 switch_id, switch_id_len); in devlink_port_attrs_pci_pf_set()
6535 unsigned char switch_id_len, in devlink_port_attrs_pci_vf_set() argument
[all …]