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

/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h160 unsigned char switch_id[MAX_PHYS_ITEM_ID_LEN];
/linux-master/net/devlink/
H A Dport.c1292 if (WARN_ON(attrs->switch_id.id_len > MAX_PHYS_ITEM_ID_LEN))
1293 attrs->switch_id.id_len = MAX_PHYS_ITEM_ID_LEN;
/linux-master/drivers/net/ethernet/adi/
H A Dadin1110.c1027 ppid->id_len = strnlen(priv->mii_bus_name, MAX_PHYS_ITEM_ID_LEN);
/linux-master/net/core/
H A Drtnetlink.c1104 + nla_total_size(MAX_PHYS_ITEM_ID_LEN) /* IFLA_PHYS_PORT_ID */
1105 + nla_total_size(MAX_PHYS_ITEM_ID_LEN) /* IFLA_PHYS_SWITCH_ID */
1991 [IFLA_PHYS_PORT_ID] = { .type = NLA_BINARY, .len = MAX_PHYS_ITEM_ID_LEN },
1993 [IFLA_PHYS_SWITCH_ID] = { .type = NLA_BINARY, .len = MAX_PHYS_ITEM_ID_LEN },
/linux-master/include/linux/
H A Dnetdevice.h805 #define MAX_PHYS_ITEM_ID_LEN 32 macro
811 unsigned char id[MAX_PHYS_ITEM_ID_LEN];
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5133 if (MAX_PHYS_ITEM_ID_LEN < id_len)

Completed in 189 milliseconds