Searched refs:netif_tx_queue_stopped (Results 1 - 25 of 63) sorted by last modified time

123

/linux-master/drivers/net/
H A Dvirtio_net.c2320 if (netif_tx_queue_stopped(txq)) {
2477 if (netif_tx_queue_stopped(txq)) {
H A Dxen-netfront.c263 if (unlikely(netif_tx_queue_stopped(dev_queue)) &&
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3656 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/net/core/
H A Ddev.c3601 if (netif_tx_queue_stopped(txq) && skb) {
/linux-master/include/net/
H A Dnetdev_queues.h250 if (unlikely(netif_tx_queue_stopped(txq)) && \
/linux-master/include/linux/
H A Dnetdevice.h3345 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) function
3358 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0));
3482 return netif_tx_queue_stopped(dev_queue);
3657 return netif_tx_queue_stopped(txq);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c449 if (netif_tx_queue_stopped(net_queue))
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c179 if (netif_tx_queue_stopped(netif_txq)) {
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.c79 if (unlikely(netif_tx_queue_stopped(txq)))
H A Dam65-cpsw-nuss.c320 netif_tx_queue_stopped(netif_txq),
325 if (netif_tx_queue_stopped(netif_txq)) {
1342 if (netif_tx_queue_stopped(netif_txq)) {
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3635 if (unlikely(netif_tx_queue_stopped(txq) &&
3638 if (netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2742 if (unlikely(netif_tx_queue_stopped(netdev_get_tx_queue(priv->dev,
4275 if (!netif_tx_queue_stopped(netdev_get_tx_queue(dev, queue))) {
4549 if (!netif_tx_queue_stopped(netdev_get_tx_queue(dev, queue))) {
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c780 if (unlikely(netif_tx_queue_stopped(dev_txq) &&
1306 if (!netif_tx_queue_stopped(dev_txq)) {
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1437 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c416 if (netif_tx_queue_stopped(net_txq) && mana_can_tx(gdma_sq)) {
1444 txq_stopped = netif_tx_queue_stopped(net_txq);
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2253 if (netif_tx_queue_stopped(txq)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c409 if (!netif_tx_queue_stopped(sq->txq) &&
778 if (netif_tx_queue_stopped(sq->txq) &&
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c507 if (netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2887 if (netif_tx_queue_stopped(nq))
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c1927 if (netif_tx_queue_stopped(nq)) {
H A Dmv643xx_eth.c498 if (netif_tx_queue_stopped(nq)) {
/linux-master/drivers/net/ethernet/
H A Dlantiq_etop.c194 if (netif_tx_queue_stopped(txq))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c325 if (netif_tx_queue_stopped(txring_txq(tx_ring)) &&
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1017 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c1311 if (netif_tx_queue_stopped(tx->netdev_txq) &&

Completed in 451 milliseconds

123