Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif.h105 IFF_ECHO = 1<<18, /* volatile */ enumerator
133 #define IFF_ECHO IFF_ECHO macro
136 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
/linux/drivers/net/can/
H A Dvcan.c183 dev->flags |= IFF_ECHO; in vcan_setup()
H A Ddummy_can.c244 dev->flags |= IFF_ECHO; /* enable echo handling */ in dummy_can_init()
H A DKconfig46 announces IFF_ECHO in the interface flags. To have a clean start
H A Dat91_can.c1108 dev->flags |= IFF_ECHO; in at91_can_probe()
H A Dbxcan.c990 ndev->flags |= IFF_ECHO; in bxcan_probe()
H A Dgrcan.c1583 dev->flags |= IFF_ECHO; in grcan_setup_netdev()
/linux/net/can/
H A Daf_can.c259 if (!(skb->dev->flags & IFF_ECHO)) { in can_send()
/linux/drivers/net/can/usb/
H A Dmcba_usb.c856 netdev->flags |= IFF_ECHO; /* we support local echo */ in mcba_usb_probe()
H A Dnct6694_canfd.c746 ndev->flags |= IFF_ECHO; in nct6694_canfd_probe()
H A Dusb_8dev.c942 netdev->flags |= IFF_ECHO; /* we support local echo */ in usb_8dev_probe()
H A Dems_usb.c1018 netdev->flags |= IFF_ECHO; /* we support local echo */ in ems_usb_probe()
H A Df81604.c1204 netdev->flags |= IFF_ECHO; in f81604_probe()
H A Desd_usb.c1266 netdev->flags |= IFF_ECHO; /* we support local echo */ in esd_usb_probe_one_net()
H A Dgs_usb.c1354 netdev->flags |= IFF_ECHO; /* we support full roundtrip echo */ in gs_make_candev()
/linux/drivers/net/can/softing/
H A Dsofting_main.c654 netdev->flags |= IFF_ECHO; in softing_netdev_create()
/linux/drivers/net/can/spi/
H A Dhi311x.c865 net->flags |= IFF_ECHO; in hi3110_can_probe()
H A Dmcp251x.c1359 net->flags |= IFF_ECHO; in mcp251x_can_probe()
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c889 netdev->flags |= IFF_ECHO; in kvaser_usb_init_one()
/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c1380 ndev->flags |= IFF_ECHO; /* We support local echo */ in ctucan_probe_common()
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c2111 netdev->flags |= IFF_ECHO; /* We support local echo */ in es58x_init_netdev()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c2249 ndev->flags |= IFF_ECHO; in mcp251xfd_probe()
/linux/Documentation/networking/
H A Dcan.rst1125 e.g. of tty devices. In this case the driver flag IFF_ECHO has to be
1129 dev->flags = (IFF_NOARP | IFF_ECHO);
/linux/drivers/net/can/m_can/
H A Dm_can.c2333 dev->flags |= IFF_ECHO; /* we support local echo */ in register_m_can_dev()