HomeSort by: relevance | last modified time | path
    Searched defs:queued (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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
malovar.h 46 int queued; member in struct:malo_tx_ring
dwc_eqos_var.h 53 u_int cur, next, queued; member in struct:eqos_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
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
ncr53c9xvar.h 162 struct ncr53c9x_ecb *queued[256]; member in struct:ncr53c9x_linfo
  /src/sys/dev/pci/
if_nfevar.h 35 int queued; member in struct:nfe_tx_ring
if_iwivar.h 74 int queued; member in struct:iwi_cmd_ring
93 int queued; member in struct:iwi_tx_ring
if_wpivar.h 78 int queued; member in struct:wpi_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_rge.c 598 int queued = 0; local in function:rge_start
640 queued++;
643 if (queued == 0)
if_iwnvar.h 82 int queued; member in struct:iwn_tx_ring
trm.c 231 struct trm_srb *queued[TRM_MAX_TAG]; member in struct:trm_linfo
941 li->queued[srb->xs->xs_tag_id] = srb;
1807 srb = li->queued[tagid];
2351 if (srb->tag[0] != 0 && li->queued[srb->tag[1]] != NULL) {
2352 li->queued[srb->tag[1]] = NULL;
if_iwmvar.h 273 int queued; member in struct:iwm_tx_ring
  /src/sys/dev/usb/
if_otusvar.h 144 int queued; member in struct:otus_host_cmd_ring
if_runvar.h 96 volatile unsigned queued; member in struct:run_tx_ring
126 int queued; member in struct:run_host_cmd_ring
if_urtwnvar.h 98 int queued; member in struct:urtwn_host_cmd_ring
if_athn_usb.h 432 int queued; member in struct:athn_usb_host_cmd_ring
  /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/dev/ieee1394/
firewirereg.h 192 u_int queued; member in struct:fw_xferq
  /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;

Completed in 29 milliseconds

1 2