Home
last modified time | relevance | path

Searched refs:IFF_NO_QUEUE (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/net/
H A Dnlmon.c65 dev->priv_flags |= IFF_NO_QUEUE; in nlmon_setup()
H A Dvsockmon.c85 dev->priv_flags |= IFF_NO_QUEUE; in vsockmon_setup()
H A Dloopback.c174 dev->priv_flags |= IFF_LIVE_ADDR_CHANGE | IFF_NO_QUEUE; in gen_lo_setup()
H A Dpfcp.c150 dev->priv_flags |= IFF_NO_QUEUE; in pfcp_link_setup()
H A Dnet_failover.c729 failover_dev->priv_flags |= IFF_UNICAST_FLT | IFF_NO_QUEUE; in net_failover_create()
H A Dbareudp.c592 dev->priv_flags |= IFF_NO_QUEUE; in bareudp_setup()
H A Dvrf.c1590 dev->priv_flags |= IFF_NO_QUEUE; in vrf_setup()
H A Dmacvlan.c1251 dev->priv_flags |= IFF_NO_QUEUE; in macvlan_setup()
H A Dveth.c1751 dev->priv_flags |= IFF_NO_QUEUE; in veth_setup()
H A Dgtp.c1375 dev->priv_flags |= IFF_NO_QUEUE; in gtp_link_setup()
/linux/net/ieee802154/6lowpan/
H A Dcore.c115 ldev->priv_flags |= IFF_NO_QUEUE; in lowpan_setup()
/linux/net/openvswitch/
H A Dvport-internal_dev.c104 IFF_NO_QUEUE; in do_setup()
/linux/drivers/net/ipvlan/
H A Dipvtap.c138 dev->priv_flags &= ~IFF_NO_QUEUE; in ipvtap_setup()
H A Dipvlan_main.c748 dev->priv_flags |= IFF_UNICAST_FLT | IFF_NO_QUEUE; in ipvlan_link_setup()
/linux/drivers/net/ovpn/
H A Dmain.c180 dev->priv_flags |= IFF_NO_QUEUE; in ovpn_setup()
/linux/net/sched/
H A Dsch_generic.c1214 if (dev->priv_flags & IFF_NO_QUEUE) in attach_one_default_qdisc()
1236 dev->priv_flags & IFF_NO_QUEUE) { in attach_default_qdiscs()
1255 dev->priv_flags |= IFF_NO_QUEUE; in attach_default_qdiscs()
1260 dev->priv_flags ^= IFF_NO_QUEUE; in attach_default_qdiscs()
H A Dsch_api.c1330 if ((dev->priv_flags & IFF_NO_QUEUE) && (dev->tx_queue_len == 0)) { in qdisc_create()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c387 netdev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL; in nfp_repr_init()
/linux/net/bridge/
H A Dbr_device.c491 dev->priv_flags = IFF_EBRIDGE | IFF_NO_QUEUE; in br_dev_setup()
/linux/net/hsr/
H A Dhsr_device.c678 dev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL; in hsr_dev_setup()
/linux/net/batman-adv/
H A Dmesh-interface.c1080 dev->priv_flags |= IFF_NO_QUEUE; in batadv_meshif_init_early()
/linux/net/8021q/
H A Dvlan_dev.c1110 dev->priv_flags |= IFF_802_1Q_VLAN | IFF_NO_QUEUE; in vlan_setup()
/linux/drivers/net/wan/
H A Dhdlc_fr.c1106 dev->priv_flags |= IFF_NO_QUEUE; in fr_add_pvc()
/linux/drivers/net/ppp/
H A Dppp_generic.c3529 dev->priv_flags |= IFF_NO_QUEUE; in ppp_connect_channel()
3531 dev->priv_flags &= ~IFF_NO_QUEUE; in ppp_connect_channel()
/linux/net/core/
H A Dnet-sysfs.c1942 if (dev->lltx || (dev->priv_flags & IFF_NO_QUEUE)) in netdev_uses_bql()

12