Home
last modified time | relevance | path

Searched refs:IFLA_PORT_REQUEST (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1052 IFLA_PORT_REQUEST, /* __u8 */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1137 IFLA_PORT_REQUEST, /* __u8 */ enumerator
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1110 if (!port[IFLA_PORT_REQUEST]) in enic_set_vf_port()
1117 pp->request = nla_get_u8(port[IFLA_PORT_REQUEST]); in enic_set_vf_port()
1218 if (nla_put_u16(skb, IFLA_PORT_REQUEST, pp->request) || in enic_get_vf_port()
/openbmc/linux/net/core/
H A Drtnetlink.c2047 [IFLA_PORT_REQUEST] = { .type = NLA_U8, },