Searched refs:stop_queue (Results 1 - 25 of 29) sorted by path

12

/linux-master/drivers/crypto/hisilicon/
H A Dqm.c2559 .stop_queue = hisi_qm_uacce_stop_queue,
/linux-master/drivers/misc/uacce/
H A Duacce.c47 if ((q->state == UACCE_Q_STARTED) && uacce->ops->stop_queue)
48 uacce->ops->stop_queue(q);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve.h586 u32 stop_queue; /* count of queue stops */ member in struct:gve_tx_ring
H A Dgve_ethtool.c403 data[i++] = tx->stop_queue;
H A Dgve_main.c2092 .value = cpu_to_be64(priv->tx[idx].stop_queue),
H A Dgve_tx.c492 tx->stop_queue++;
H A Dgve_tx_dqo.c473 tx->stop_queue++;
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c1535 goto stop_queue;
1592 stop_queue:
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c896 bool stop_queue; local
1097 stop_queue = mlx4_en_is_tx_ring_full(ring);
1098 if (unlikely(stop_queue)) {
1119 if (unlikely(stop_queue)) {
1120 /* If queue was emptied after the if (stop_queue) , and before
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c391 apc->eth_stats.stop_queue++;
H A Dmana_ethtool.c14 {"stop_queue", offsetof(struct mana_ethtool_stats, stop_queue)},
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c149 int stop_queue; member in struct:myri10ge_tx_buf
1060 ss->tx.stop_queue = 0;
1749 "wake_queue", "stop_queue", "tx_linearized",
1847 data[i++] = (unsigned int)ss->tx.stop_queue;
2658 tx->stop_queue++;
2863 tx->stop_queue++;
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c4344 bool stop_queue, door_bell; local
4391 stop_queue = !netif_subqueue_maybe_stop(dev, 0, rtl_tx_slots_avail(tp),
4394 if (door_bell || stop_queue)
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h978 unsigned long stop_queue; member in struct:netvsc_ethtool_stats
H A Dnetvsc.c1123 ndev_ctx->eth_stats.stop_queue++;
1127 ndev_ctx->eth_stats.stop_queue++;
H A Dnetvsc_drv.c1446 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) },
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.c1752 .stop_queue = rt2400pci_stop_queue,
H A Drt2500pci.c2050 .stop_queue = rt2500pci_stop_queue,
H A Drt2500usb.c1836 .stop_queue = rt2500usb_stop_queue,
H A Drt2800pci.c363 .stop_queue = rt2800mmio_stop_queue,
H A Drt2800soc.c208 .stop_queue = rt2800mmio_stop_queue,
H A Drt2800usb.c699 .stop_queue = rt2800usb_stop_queue,
H A Drt2x00.h579 void (*stop_queue) (struct data_queue *queue); member in struct:rt2x00lib_ops
H A Drt2x00queue.c980 queue->rt2x00dev->ops->lib->stop_queue(queue);
H A Drt61pci.c2923 .stop_queue = rt61pci_stop_queue,

Completed in 379 milliseconds

12