Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetpoll.h93 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running() function
106 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running() function
H A Dif_team.h238 if (unlikely(netpoll_tx_running(team->dev))) { in team_dev_queue_xmit()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_bpf.c269 netif_carrier_ok(vf_netdev) && !netpoll_tx_running(ndev) && in netvsc_ndoxdp_xmit()
H A Dnetvsc_drv.c493 netif_carrier_ok(vf_netdev) && !netpoll_tx_running(net) && in netvsc_xmit()
/openbmc/linux/net/bridge/
H A Dbr_forward.c102 if (unlikely(netpoll_tx_running(to->br->dev))) { in __br_forward()
H A Dbr_device.c92 if (unlikely(netpoll_tx_running(dev))) { in br_dev_xmit()
/openbmc/linux/include/net/
H A Dbonding.h108 if (unlikely(netpoll_tx_running(dev))) in is_netpoll_tx_blocked()
/openbmc/linux/net/8021q/
H A Dvlan_dev.c122 if (unlikely(netpoll_tx_running(dev))) in vlan_dev_hard_start_xmit()
/openbmc/linux/drivers/net/
H A Dmacvlan.c577 if (unlikely(netpoll_tx_running(dev))) in macvlan_start_xmit()
/openbmc/linux/net/dsa/
H A Dslave.c903 if (unlikely(netpoll_tx_running(dev))) in dsa_enqueue_skb()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c306 if (unlikely(netpoll_tx_running(bond->dev))) in bond_dev_queue_xmit()