Searched refs:stopped (Results 126 - 149 of 149) sorted by relevance

123456

/linux-master/drivers/mmc/core/
H A Dsdio_uart.c425 tty->flow.stopped || tty->hw_stopped) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c420 s->tx_queue_stopped += sq_stats->stopped;
2080 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, stopped) },
2156 { MLX5E_DECLARE_PTP_TX_STAT(struct mlx5e_sq_stats, stopped) },
2231 { MLX5E_DECLARE_QOS_TX_STAT(struct mlx5e_sq_stats, stopped) },
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c1015 int stopped; local
1029 while (!(stopped = gfar_is_dma_stopped(priv)) && timeout) {
1035 stopped = gfar_is_dma_stopped(priv);
1037 if (!stopped && !gfar_is_rx_dma_stopped(priv) &&
1189 /* Make sure we aren't stopped */
3478 /* Make sure we aren't stopped */
/linux-master/drivers/s390/block/
H A Ddasd_int.h172 #define DASD_CQR_TERMINATED 0x05 /* request was stopped by driver */
567 int stopped; /* device (ccw_device_start) was stopped */ member in struct:dasd_device
654 /* reasons why device (ccw_device_start) was stopped */
H A Ddasd_alias.c716 if ((alias_priv->count < private->count) && !alias_device->stopped &&
H A Ddasd_eckd.c1321 "path verification: device is stopped,"
6666 if (dev->stopped & DASD_STOPPED_NOSPC)
6671 if (dev->stopped & DASD_STOPPED_NOSPC)
6680 if (dev->stopped & DASD_STOPPED_NOSPC)
6685 if (dev->stopped & DASD_STOPPED_NOSPC)
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_main.c623 * This iteration is thread safe as sched thread is stopped.
1354 s_entity->stopped = true;
/linux-master/drivers/net/usb/
H A Dlan78xx.c2736 bool stopped = true; local
2740 /* Stop the h/w block (if not already stopped) */
2753 stopped = false;
2761 stopped = true;
2764 } while (!stopped && !time_after(jiffies, timeout));
2767 ret = stopped ? 0 : -ETIME;
2819 /* The caller must ensure the Tx path is stopped before calling
2869 /* The caller must ensure the Rx path is stopped before calling
3283 "tx err queue stopped %d\n",
3751 netif_dbg(dev, ifdown, dev->net, "rx: stopped\
[all...]
/linux-master/drivers/scsi/
H A Dscsi_debug.c339 atomic_t stopped; /* 1: by SSU, 2: device start */ member in struct:sdebug_dev_info
2065 int stopped_state = atomic_read(&devip->stopped);
2123 stopped_state = atomic_read(&devip->stopped);
2132 atomic_set(&devip->stopped, 0);
2147 atomic_xchg(&devip->stopped, want_stop);
5533 atomic_set(&devip->stopped, (sdeb_tur_ms_to_ready > 0 ? 2 : 0));
7935 /* Response to TUR or media access command when device stopped */
7943 stopped_state = atomic_read(&devip->stopped);
7949 atomic_set(&devip->stopped, 0);
8338 atomic_read(&devip->stopped))) {
[all...]
/linux-master/drivers/tty/
H A Dmoxa.c1523 if (tty->flow.stopped)
1678 if (test_bit(LOWWAIT, &p->statusflags) && !tty->flow.stopped &&
H A Dsynclink_gt.c762 if (!count || tty->flow.stopped || tty->hw_stopped)
883 if (info->tx_count <= 0 || tty->flow.stopped ||
1638 * Reenable network layer transmit if stopped.
2236 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) {
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c573 buf[j++] = tq->stopped;
/linux-master/drivers/tty/vt/
H A Dkeyboard.c525 if (tty->flow.stopped)
H A Dvt.c3072 while (!tty->flow.stopped && count) {
3447 if (tty->flow.stopped)
3469 * Turn the Scroll-Lock LED on when the tty is stopped
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c52 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf,
1305 bfa_fsm_state_decl(bna_rx, stopped,
2551 /* h/w should not be accessed. Treat we're stopped */
2785 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event);
/linux-master/net/core/
H A Dpktgen.c564 ktime_t stopped; local
690 /* not really stopped, more like last-running-at */
691 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at;
713 " started: %lluus stopped: %lluus idle: %lluus\n",
715 (unsigned long long) ktime_to_us(stopped),
3334 /* Set stopped-at timer, remove from running list, do counters & statistics */
3340 pr_warn("interface: %s is already stopped\n",
/linux-master/drivers/s390/char/
H A Dcon3270.c1734 for (i_msg = 0; !tty->flow.stopped && i_msg < count; i_msg++) {
/linux-master/drivers/tty/serial/
H A Dsh-sci.c821 unsigned int stopped = uart_tx_stopped(port); local
845 } else if (!uart_circ_empty(xmit) && !stopped) {
1520 * sometimes DMA transfer doesn't stop even if it is stopped and
1528 dev_dbg(port->dev, "Transaction complete after DMA engine was stopped");
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c189 * "ia_css_stream" instance have stopped.
195 * instance have ben stopped.
8618 bool stopped; local
8622 stopped = ia_css_pipeline_has_stopped(&stream->last_pipe->pipeline);
8624 return stopped;
8970 IA_CSS_LEAVE("SP already stopped : return_err=%d", err);
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c1317 * the RX RAM buffer will be stopped first, so any possible incoming
1318 * data will not trigger a DMA. After the RAM buffer is stopped, the
1334 goto stopped;
1337 stopped:
1344 /* Clean out receive buffer area, assumes receiver hardware stopped */
2358 * and tx queue is full (stopped).
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c4906 phba->pport->stopped = 1;
4930 phba->pport->stopped)
4960 phba->pport->stopped = 1;
5052 phba->pport->stopped = 1;
5246 phba->pport->stopped = 0;
5289 phba->pport->stopped = 0;
11835 * pending mailbox command queue from the various clients must be stopped;
18085 * stopped.
H A Dlpfc_bsg.c4736 if (phba->pport->stopped &&
4743 "0x%x while in stopped state.\n",
5270 /* Logging to be stopped before reading */
H A Dlpfc_hbadisc.c267 "3188 worker thread is stopped %s x%06x, "
903 = (phba->pport->stopped)
1111 "0432 Worker thread stopped.\n");
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1900 * This assumes output has been stopped and
1996 if (sc->cur_chan->stopped)

Completed in 938 milliseconds

123456