Home
last modified time | relevance | path

Searched refs:__netif_tx_unlock_bh (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c407 __netif_tx_unlock_bh(tx_ring->txq); in qlcnic_send_cmd_descs()
431 __netif_tx_unlock_bh(tx_ring->txq); in qlcnic_send_cmd_descs()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c574 __netif_tx_unlock_bh(tx_ring->txq); in netxen_send_cmd_descs()
596 __netif_tx_unlock_bh(tx_ring->txq); in netxen_send_cmd_descs()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1119 __netif_tx_unlock_bh(nq); in txq_reclaim()
/linux/drivers/net/
H A Dvirtio_net.c3367 __netif_tx_unlock_bh(txq); in virtnet_tx_pause()
3383 __netif_tx_unlock_bh(txq); in virtnet_tx_resume()
/linux/include/linux/
H A Dnetdevice.h4632 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1855 __netif_tx_unlock_bh(txq); in mlx5e_tx_disable_queue()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2854 __netif_tx_unlock_bh(netdev_get_tx_queue(priv->dev, queue)); in stmmac_tx_clean()