Searched refs:ETHTOOL_A_LINKINFO_PORT (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ethtool/ |
D | linkinfo.c | 62 if (nla_put_u8(skb, ETHTOOL_A_LINKINFO_PORT, data->lsettings->port) || in linkinfo_fill_reply() 81 [ETHTOOL_A_LINKINFO_PORT] = { .type = NLA_U8 }, 114 ethnl_update_u8(&lsettings->port, tb[ETHTOOL_A_LINKINFO_PORT], &mod); in ethnl_set_linkinfo()
|
/Linux-v6.6/include/uapi/linux/ |
D | ethtool_netlink.h | 236 ETHTOOL_A_LINKINFO_PORT, /* u8 */ enumerator
|
/Linux-v6.6/tools/net/ynl/generated/ |
D | ethtool-user.c | 299 [ETHTOOL_A_LINKINFO_PORT] = { .name = "port", .type = YNL_PT_U8, }, 1721 } else if (type == ETHTOOL_A_LINKINFO_PORT) { in ethtool_linkinfo_get_rsp_parse() 1855 mnl_attr_put_u8(nlh, ETHTOOL_A_LINKINFO_PORT, req->port); in ethtool_linkinfo_set()
|
/Linux-v6.6/Documentation/networking/ |
D | ethtool-netlink.rst | 380 ``ETHTOOL_A_LINKINFO_PORT`` u8 physical port 404 ``ETHTOOL_A_LINKINFO_PORT`` u8 physical port
|