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

123456

/linux-master/drivers/net/wireless/ath/ath9k/
H A Drecv.c483 bool stopped, reset = false; local
487 stopped = ath9k_hw_stopdmarecv(ah, &reset);
497 unlikely(!stopped)) {
502 return stopped && !reset;
/linux-master/include/net/
H A Dtls.h111 u32 stopped : 1; member in struct:tls_strparser
/linux-master/drivers/net/
H A Dnetconsole.c349 nt->enabled ? "started" : "stopped");
956 bool stopped = false; local
985 stopped = true;
993 if (stopped) {
1007 pr_info("network logging stopped on interface %s as it %s\n",
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c305 B43_WARN_ON(ring->stopped);
1362 if (unlikely(ring->stopped)) {
1365 * the queue is stopped, thus we got called when we shouldn't.
1368 b43err(dev->wl, "Packet after queue stopped\n");
1375 * full, but queues not stopped. */
1404 ring->stopped = true;
1563 if (ring->stopped) {
1565 ring->stopped = false;
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.c439 bool stopped; local
442 stopped = ctx->dma.state == CAL_DMA_STOPPED;
445 return stopped;
664 /* If the DMA context was stopping, it is now stopped. */
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h910 __field(u8, stopped)
925 __entry->stopped =
929 "[%s] txq %llx idx %u sde %llx:%u cpu %d head %lx tail %lx flow %x used %u stops %d no_desc %d stopped %u",
942 __entry->stopped
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1187 bool stopped = (fotg210->rh_state < FOTG210_RH_RUNNING); local
1200 if (!stopped && qh->unlink_cycle == fotg210->intr_unlink_cycle)
2242 int stopped; local
2262 stopped = (state == QH_STATE_IDLE);
2272 * if queue is stopped, handles unlinks.
2346 stopped = 1;
2360 stopped = 1;
2364 } else if (likely(!stopped
2370 stopped = 1;
2435 if (stopped
3154 bool stopped = (fotg210->rh_state < FOTG210_RH_RUNNING); local
[all...]
/linux-master/drivers/tty/
H A Damiserial.c129 * This routines are called before setting or resetting tty->flow.stopped.
275 || info->tport.tty->flow.stopped
727 || tty->flow.stopped
770 && !tty->flow.stopped
H A Dmxser.c916 if (!is_empty && !tty->flow.stopped)
941 if (kfifo_is_empty(&info->port.xmit_fifo) || tty->flow.stopped ||
1328 * This routines are called before setting or resetting tty->flow.stopped.
1368 /* Handle sw stopped */
1370 tty->flow.stopped = 0;
1580 if (kfifo_is_empty(&port->port.xmit_fifo) || tty->flow.stopped ||
H A Dpty.c115 if (tty->flow.stopped || !c)
131 if (tty->flow.stopped)
H A Dtty_io.c751 if (tty->flow.stopped)
753 tty->flow.stopped = true;
762 * Perform flow control to the driver. May be called on an already stopped
784 if (!tty->flow.stopped || tty->flow.tco_stopped)
786 tty->flow.stopped = false;
796 * Start a tty that has been stopped if at all possible. If @tty was previously
797 * stopped and is now being started, the &tty_driver->start() method is invoked
1148 * Send a high priority character to the tty even if stopped.
1154 bool was_stopped = tty->flow.stopped;
H A Dn_tty.c192 * Re-schedules the flip buffer work if it may have stopped.
1375 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) {
1427 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) {
1455 tty->flow.stopped && !tty->flow.tco_stopped && I_IXANY(tty) &&
1861 * been stopped by STOP_CHAR(tty) before it.
/linux-master/drivers/s390/net/
H A Dqeth_ethtool.c41 QETH_TXQ_STAT("Queue stopped", stopped),
/linux-master/sound/usb/
H A Dpcm.c252 bool stopped = 0; local
256 stopped = true;
260 stopped = true;
262 return stopped;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_int.h258 bool stopped; member in struct:vmxnet3_tx_queue
260 * stopped */
H A Dvmxnet3_drv.c118 return tq->stopped;
125 tq->stopped = false;
133 tq->stopped = false;
141 tq->stopped = true;
221 if (adapter->tqd_start[i].status.stopped)
227 if (adapter->rqd_start[i].status.stopped)
1072 * NETDEV_TX_BUSY: tx ring is full, queue is stopped
1180 "tx queue stopped on %s, next2comp %u"
3299 tq->stopped = true;
/linux-master/drivers/net/caif/
H A Dcaif_serial.c90 ser->tty->flow.stopped << 5 |
/linux-master/include/linux/
H A Dtty.h150 * @flow.stopped: tty stopped/started by stop_tty()/start_tty()
151 * @flow.tco_stopped: tty stopped/started by %TCOOFF/%TCOON ioctls (it has
152 * precedence over @flow.stopped)
217 bool stopped; member in struct:tty_struct::__anon456
310 * Line discipline for this TTY was stopped. No work should be queued to
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c1411 int stopped; local
1428 stopped = (state == QH_STATE_IDLE);
1433 * if queue is stopped, handles unlinks.
1473 stopped = 1;
1480 stopped = 1;
1485 } else if (likely(!stopped &&
1490 stopped = 1;
1517 * activate it while we "know" it's stopped.
1536 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
1569 if (stopped !
[all...]
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c320 /* The stopped state is ignored, relying on ieee80211_wake_queues()
334 tx->stopped = 0;
394 tx->stopped = 0;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c346 sq->stats->stopped++;
412 sq->stats->stopped++;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c230 u32 stopped; local
236 stopped =
239 if ((in_be32(&prob->spu_status_R) & stopped) == 0)
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c494 bfa_fsm_state_decl(bna_ethport, stopped, struct bna_ethport,
892 bfa_fsm_state_decl(bna_enet, stopped, struct bna_enet,
1364 bfa_fsm_state_decl(bna_ioceth, stopped, struct bna_ioceth,
/linux-master/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c1351 bool stopped; local
1360 stopped = list_empty(&dsi->transfer_list);
1365 if (stopped)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c764 return atomic_read(&guc->submission_state.stopped);
1464 * and releasing any TDRs waiting on guc->submission_state.stopped.
1466 ret = atomic_fetch_or(1, &guc->submission_state.stopped);
1526 atomic_dec(&guc->submission_state.stopped);

Completed in 498 milliseconds

123456