Home
last modified time | relevance | path

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

/linux/drivers/net/can/slcan/
H A Dslcan-ethtool.c15 #define SLCAN_PRIV_FLAGS_ERR_RST_ON_OPEN BIT(0) macro
33 flags |= SLCAN_PRIV_FLAGS_ERR_RST_ON_OPEN; in slcan_get_priv_flags()
40 bool err_rst_op_open = !!(flags & SLCAN_PRIV_FLAGS_ERR_RST_ON_OPEN); in slcan_set_priv_flags()