Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h155 unsigned char switch_id[MAX_PHYS_ITEM_ID_LEN];
/openbmc/linux/net/devlink/
H A Dport.c1284 if (WARN_ON(attrs->switch_id.id_len > MAX_PHYS_ITEM_ID_LEN)) in __devlink_port_attrs_set()
1285 attrs->switch_id.id_len = MAX_PHYS_ITEM_ID_LEN; in __devlink_port_attrs_set()
/openbmc/linux/net/core/
H A Drtnetlink.c1098 + nla_total_size(MAX_PHYS_ITEM_ID_LEN) /* IFLA_PHYS_PORT_ID */ in if_nlmsg_size()
1099 + nla_total_size(MAX_PHYS_ITEM_ID_LEN) /* IFLA_PHYS_SWITCH_ID */ in if_nlmsg_size()
1959 [IFLA_PHYS_PORT_ID] = { .type = NLA_BINARY, .len = MAX_PHYS_ITEM_ID_LEN },
1961 [IFLA_PHYS_SWITCH_ID] = { .type = NLA_BINARY, .len = MAX_PHYS_ITEM_ID_LEN },
/openbmc/linux/drivers/net/ethernet/adi/
H A Dadin1110.c1025 ppid->id_len = strnlen(priv->mii_bus_name, MAX_PHYS_ITEM_ID_LEN); in adin1110_port_get_port_parent_id()
/openbmc/linux/include/linux/
H A Dnetdevice.h862 #define MAX_PHYS_ITEM_ID_LEN 32 macro
868 unsigned char id[MAX_PHYS_ITEM_ID_LEN];
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5133 if (MAX_PHYS_ITEM_ID_LEN < id_len) in be_get_phys_port_id()