Searched refs:linkinfo (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ethtool.yaml | 983 attributes: &linkinfo 999 attributes: *linkinfo
|
/openbmc/linux/tools/net/ynl/ |
H A D | ethtool.py | 388 linkinfo = dumpit(ynl, args, 'linkinfo-get') 391 print_field(linkinfo, ('phyaddr', 'PHYAD')) 403 mdix = mdix_ctrl.get(linkinfo['tp-mdix-ctrl'], None) 407 mdix = mdix_ctrl.get(linkinfo['tp-mdix'], 'Unknown (auto)')
|
/openbmc/linux/net/ethtool/ |
H A D | Makefile | 7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o rss.o \
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 1047 struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; in wwan_create_default_link() local 1069 linkinfo[IFLA_INFO_DATA] = nla_nest_start(msg, IFLA_INFO_DATA); in wwan_create_default_link() 1070 if (!linkinfo[IFLA_INFO_DATA]) in wwan_create_default_link() 1074 nla_nest_end(msg, linkinfo[IFLA_INFO_DATA]); in wwan_create_default_link() 1081 nla_parse_nested_deprecated(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO], in wwan_create_default_link() 1084 linkinfo[IFLA_INFO_DATA], NULL, NULL); in wwan_create_default_link()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-hardlink.patch | 14 fatalerr("Cannot malloc memory in linkinfo.");
|
H A D | rdist-6.1.5-links.patch | 50 + fatalerr("Cannot malloc memory in linkinfo.");
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_core.h | 91 u8 linkinfo; member
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 756 struct nlattr *linkinfo; in rtnl_link_fill() local 759 linkinfo = nla_nest_start_noflag(skb, IFLA_LINKINFO); in rtnl_link_fill() 760 if (linkinfo == NULL) in rtnl_link_fill() 771 nla_nest_end(skb, linkinfo); in rtnl_link_fill() 775 nla_nest_cancel(skb, linkinfo); in rtnl_link_fill() 3562 struct nlattr *linkinfo[IFLA_INFO_MAX + 1]; in __rtnl_newlink() local 3612 err = nla_parse_nested_deprecated(linkinfo, IFLA_INFO_MAX, in __rtnl_newlink() 3618 memset(linkinfo, 0, sizeof(linkinfo)); in __rtnl_newlink() 3620 if (linkinfo[IFLA_INFO_KIND]) { in __rtnl_newlink() 3621 nla_strscpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind)); in __rtnl_newlink() [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | amt.sh | 186 ip -d -j link show amtg | jq .[0].linkinfo.info_data.remote)
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 932 | jq '.[]["linkinfo"]["info_data"]["ageing_time"]')
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 932 | jq '.[]["linkinfo"]["info_data"]["ageing_time"]')
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 932 | jq '.[]["linkinfo"]["info_data"]["ageing_time"]')
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 932 | jq '.[]["linkinfo"]["info_data"]["ageing_time"]')
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |