Searched refs:switch_id_len (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | devlink.h | 795 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/ |
| D | core.h | 178 unsigned char switch_id_len); 183 unsigned char switch_id_len);
|
| D | core.c | 1877 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/ |
| D | devlink.c | 6443 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 …]
|