/src/sys/external/bsd/drm2/dist/drm/ |
drm_flip_work.c | 68 list_add_tail(&task->node, &work->queued); 97 * drm_flip_work_commit - commit queued work 99 * @wq: the work-queue to run the queued work on 101 * Trigger work previously queued by drm_flip_work_queue() to run 104 * prior), and then from vblank irq commit the queued work. 112 list_splice_tail(&work->queued, &work->commited); 113 INIT_LIST_HEAD(&work->queued); 156 INIT_LIST_HEAD(&work->queued); 173 WARN_ON(!list_empty(&work->queued) || !list_empty(&work->commited));
|
/src/sys/arch/xen/xen/ |
xennetback_xenbus.c | 658 int queued) 662 for (int i = 0; i < queued; i++) { 680 int queued) 689 for (int i = 0; i < queued; i++) { 753 for (int i = 0; i < queued; i++) { 780 xennetback_tx_copy_abort(ifp, xneti, queued); 814 int queued = 0, m0_len = 0; local in function:xennetback_evthandler 868 xennetback_tx_copy_abort(ifp, xneti, queued); 869 queued = 0; 900 if (queued + cnt >= NB_XMIT_PAGES_BATCH) 1170 int queued = 0; local in function:xennetback_ifsoftstart_copy [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_flip_work.h | 51 * @val: value queued via drm_flip_work_queue() 73 * @queued: queued tasks 75 * @lock: lock to access queued and commited lists 81 struct list_head queued; member in struct:drm_flip_work
|
/src/sys/dev/ic/ |
bcmgenetvar.h | 53 u_int next, queued; member in struct:genet_ring
|
dwc_eqos_var.h | 53 u_int cur, next, queued; member in struct:eqos_ring
|
malovar.h | 46 int queued; member in struct:malo_tx_ring
|
mvsatavar.h | 63 queued, enumerator in enum:mvsata_edmamode
|
rt2560var.h | 69 int queued; member in struct:rt2560_tx_ring
|
rt2661var.h | 64 int queued; member in struct:rt2661_tx_ring
|
dwc_eqos.c | 288 --sc->sc_tx.queued; 292 ++sc->sc_tx.queued; 316 if (sc->sc_tx.queued >= TX_DESC_COUNT - 1) 335 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs; 373 "next: %u, queued: %u\n", 374 index, sc->sc_tx.cur, sc->sc_tx.next, sc->sc_tx.queued); 572 sc->sc_tx.cur = sc->sc_tx.next = sc->sc_tx.queued = 0; 587 sc->sc_rx.cur = sc->sc_rx.next = sc->sc_rx.queued = 0; 956 for (i = sc->sc_tx.next; sc->sc_tx.queued > 0; i = TX_NEXT(i)) { 957 KASSERT(sc->sc_tx.queued > 0) [all...] |
rt2860var.h | 86 int queued; member in struct:rt2860_tx_ring
|
wd33c93var.h | 96 struct wd33c93_acb *queued[SBIC_NTAGS]; member in struct:wd33c93_linfo
|
wd33c93.c | 728 if (li->queued[acb->xs->xs_tag_id]) 730 li->queued[acb->xs->xs_tag_id] = acb; 858 if (acb->tag_type && li->queued[acb->tag_id] != NULL) { 860 if (li->queued[acb->tag_id] != NULL && 861 (li->queued[acb->tag_id] != acb)) 864 lun, li->queued[acb->tag_id], acb); 866 li->queued[acb->tag_id] = NULL; 1553 li->queued[acb->tag_id] != NULL) { 1554 li->queued[acb->tag_id] = NULL; 2212 acb = li->queued[tag_id] [all...] |
bcmgenet.c | 205 if (sc->sc_tx.queued >= TX_DESC_COUNT - 1) 224 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs; 472 sc->sc_tx.queued = 0; 832 sc->sc_tx.queued = (RD4(sc, GENET_TX_DMA_PROD_INDEX(qid)) 836 if (sc->sc_tx.queued >= TX_DESC_COUNT - 1) 858 sc->sc_tx.queued += nsegs;
|
ncr53c9x.c | 476 ecb = li->queued[i]; 478 li->queued[i] = NULL; 1138 li->queued[ecb->xs->xs_tag_id] = ecb; 1304 if (ecb->tag[0] && li->queued[ecb->tag[1]] != NULL) { 1306 if (li->queued[ecb->tag[1]] != NULL && 1307 (li->queued[ecb->tag[1]] != ecb)) 1311 li->queued[ecb->tag[1]], ecb); 1313 li->queued[ecb->tag[1]] = NULL; 1494 ecb = li->queued[tagid]; 1662 * - Dequeue ecb from the queued array [all...] |
/src/sys/dev/pci/ |
if_iwivar.h | 74 int queued; member in struct:iwi_cmd_ring 93 int queued; member in struct:iwi_tx_ring
|
if_nfevar.h | 35 int queued; member in struct:nfe_tx_ring
|
if_rtwnreg.h | 125 int queued; member in struct:rtwn_tx_ring 143 int queued; member in struct:rtwn_host_cmd_ring
|
if_wpivar.h | 78 int queued; member in struct:wpi_tx_ring
|
/src/sys/dev/usb/ |
if_runvar.h | 96 volatile unsigned queued; member in struct:run_tx_ring 126 int queued; member in struct:run_host_cmd_ring
|
if_otusvar.h | 144 int queued; member in struct:otus_host_cmd_ring
|
if_urtwnvar.h | 98 int queued; member in struct:urtwn_host_cmd_ring
|
/src/sys/dev/ieee1394/ |
fwdev.c | 196 ir->queued--; 263 ir->queued = 0; 283 ir->stproc->poffset + ir->queued); 290 ir->queued++; 291 if (ir->queued >= ir->bnpacket) { 339 it->queued = 0; 358 it->stproc->poffset + it->queued); 364 it->queued++; 365 if (it->queued >= it->bnpacket) { 777 q->queued = 0 [all...] |
firewire.c | 438 if (!(xferq->queued < xferq->maxq)) { 439 aprint_error_dev(fc->bdev, "Discard a packet (queued=%d)\n", 440 xferq->queued); 581 fc->arq->queued = 0; 582 fc->ars->queued = 0; 583 fc->atq->queued = 0; 584 fc->ats->queued = 0; 646 fc->it[i]->queued = 0; 647 fc->ir[i]->queued = 0; 888 xfer->q->queued-- [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_emac.c | 156 u_int cur, next, queued; member in struct:sunxi_emac_txring 330 --sc->tx.queued; 334 ++sc->tx.queued; 454 if (sc->tx.queued >= TX_DESC_COUNT - TX_MAX_SEGS) { 861 for (i = sc->tx.next; sc->tx.queued > 0; i = TX_NEXT(i)) { 862 KASSERT(sc->tx.queued > 0 && sc->tx.queued <= TX_DESC_COUNT); 1222 sc->tx.queued = TX_DESC_COUNT;
|