Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Ddevlink.h287 DEVLINK_ATTR_ESWITCH_MODE, /* u16 */ enumerator
/Linux-v5.4/net/core/
Ddevlink.c1589 err = nla_put_u16(msg, DEVLINK_ATTR_ESWITCH_MODE, mode); in devlink_nl_eswitch_fill()
1653 if (info->attrs[DEVLINK_ATTR_ESWITCH_MODE]) { in devlink_nl_cmd_eswitch_set_doit()
1656 mode = nla_get_u16(info->attrs[DEVLINK_ATTR_ESWITCH_MODE]); in devlink_nl_cmd_eswitch_set_doit()
5782 [DEVLINK_ATTR_ESWITCH_MODE] = { .type = NLA_U16 },