Home
last modified time | relevance | path

Searched refs:DEVLINK_ATTR_ESWITCH_MODE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Ddevlink.h196 DEVLINK_ATTR_ESWITCH_MODE, /* u16 */ enumerator
/Linux-v4.19/net/core/
Ddevlink.c1555 err = nla_put_u16(msg, DEVLINK_ATTR_ESWITCH_MODE, mode); in devlink_nl_eswitch_fill()
1625 if (info->attrs[DEVLINK_ATTR_ESWITCH_MODE]) { in devlink_nl_cmd_eswitch_set_doit()
1628 mode = nla_get_u16(info->attrs[DEVLINK_ATTR_ESWITCH_MODE]); in devlink_nl_cmd_eswitch_set_doit()
3591 [DEVLINK_ATTR_ESWITCH_MODE] = { .type = NLA_U16 },