Searched refs:IFF_ECHO (Results 1 – 27 of 27) sorted by relevance
89 IFF_ECHO = 1<<18, /* volatile */ enumerator110 #define IFF_ECHO IFF_ECHO macro112 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
160 dev->flags |= IFF_ECHO; in vcan_setup()
691 dev->flags |= IFF_ECHO; /* we support local echo */ in bfin_can_probe()
397 if (!(dev->flags & IFF_ECHO) || skb->pkt_type != PACKET_LOOPBACK || in can_put_echo_skb()
1086 ndev->flags |= IFF_ECHO; /* We support local echo */ in xcan_probe()
804 ndev->flags |= IFF_ECHO; in rcar_can_probe()
938 ndev->flags |= IFF_ECHO; in ti_hecc_probe()
1343 dev->flags |= IFF_ECHO; in at91_can_probe()
1217 dev->flags |= IFF_ECHO; in flexcan_probe()
1226 ndev->flags |= IFF_ECHO; in pch_can_probe()
1598 dev->flags |= IFF_ECHO; in grcan_setup_netdev()
1792 ndev->flags |= IFF_ECHO; in ican3_probe()
285 if (!(skb->dev->flags & IFF_ECHO)) { in can_send()
671 dev->flags |= IFF_ECHO; /* we support local echo */ in register_sja1000dev()
697 dev->flags |= IFF_ECHO; /* we support local echo */ in alloc_mscandev()
841 dev->flags |= IFF_ECHO; /* we support local echo */ in register_cc770dev()
951 netdev->flags |= IFF_ECHO; /* we support local echo */ in usb_8dev_probe()
766 netdev->flags |= IFF_ECHO; /* we support full roundtrip echo */ in gs_make_candev()
1004 netdev->flags |= IFF_ECHO; /* we support local echo */ in ems_usb_probe()
1022 netdev->flags |= IFF_ECHO; /* we support local echo */ in esd_usb2_probe_one_net()
1927 netdev->flags |= IFF_ECHO; in kvaser_usb_init_one()
805 netdev->flags |= IFF_ECHO; /* we support local echo */ in peak_usb_create_dev()
660 netdev->flags |= IFF_ECHO; in softing_netdev_create()
1271 dev->flags |= IFF_ECHO; /* we support local echo */ in register_c_can_dev()
1061 net->flags |= IFF_ECHO; in mcp251x_can_probe()
1109 dev->flags |= IFF_ECHO; /* we support local echo */ in register_m_can_dev()
944 e.g. of tty devices. In this case the driver flag IFF_ECHO has to be948 dev->flags = (IFF_NOARP | IFF_ECHO);