Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/
Ddev.c1049 const u16 termval = nla_get_u16(data[IFLA_CAN_TERMINATION]); in can_changelink() local
1058 if (termval == priv->termination_const[i]) in can_changelink()
1065 err = priv->do_set_termination(dev, termval); in can_changelink()
1069 priv->termination = termval; in can_changelink()