Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetpoll.h102 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running() function
115 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()
/linux-6.15/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.c460 netif_carrier_ok(vf_netdev) && !netpoll_tx_running(net) && in netvsc_xmit()
/linux-6.15/net/bridge/
H A Dbr_forward.c102 if (unlikely(netpoll_tx_running(to->br->dev))) { in __br_forward()
H A Dbr_device.c94 if (unlikely(netpoll_tx_running(dev))) { in br_dev_xmit()
/linux-6.15/include/net/
H A Dbonding.h108 if (unlikely(netpoll_tx_running(dev))) in is_netpoll_tx_blocked()
/linux-6.15/net/8021q/
H A Dvlan_dev.c123 if (unlikely(netpoll_tx_running(dev))) in vlan_dev_hard_start_xmit()
/linux-6.15/drivers/net/
H A Dmacvlan.c578 if (unlikely(netpoll_tx_running(dev))) in macvlan_start_xmit()
/linux-6.15/net/dsa/
H A Duser.c914 if (unlikely(netpoll_tx_running(dev))) in dsa_enqueue_skb()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c307 if (unlikely(netpoll_tx_running(bond->dev))) in bond_dev_queue_xmit()