/openbsd-src/sys/dev/pci/ |
H A D | if_em.h | 378 for ((_que) = (_sc)->queues; \ 379 (_que) < ((_sc)->queues + (_sc)->num_queues); \ 455 struct em_queue *queues; member
|
H A D | if_igc.c | 213 /* Allocate TX/RX queues */ in igc_attach() 382 sc->queues = mallocarray(sc->sc_nqueues, sizeof(struct igc_queue), in igc_allocate_queues() 384 if (sc->queues == NULL) { in igc_allocate_queues() 407 /* Set up the TX queues. */ in igc_allocate_queues() 424 /* Set up the RX queues. */ in igc_allocate_queues() 444 iq = &sc->queues[i]; in igc_allocate_queues() 475 struct igc_queue *iq = sc->queues; in igc_free_pci_resources() 660 for (i = 0, iq = sc->queues; i < sc->sc_nqueues; i++, iq++) { in igc_allocate_msix() 703 for (iq = sc->queues; i > 0; i--, iq++) { in igc_allocate_msix() 1154 if (sc->queues[ in igc_stop() [all...] |
H A D | if_ix.h | 262 struct ix_queue *queues; 259 struct ix_queue *queues; global() member
|
H A D | if_igc.h | 317 struct igc_queue *queues; member
|
H A D | if_em.c | 647 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_start() 783 NULL, EM_MCLBYTES, &sc->queues->rx.sc_rx_ring); in em_ioctl() 825 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_watchdog() 980 printf("%s: Can't setup msix queues\n", DEVNAME(sc)); in em_init() 1012 struct em_queue *que = sc->queues; /* single queue */ in em_intr() 1350 struct em_queue *que = sc->queues; /* single queue chip */ in em_82547_move_tail_locked() 1422 struct em_queue *que = sc->queues; /* single queue chip */ in em_82547_tx_fifo_reset() 1607 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_stop() 1788 sc->queues = que; in em_allocate_pci_resources() 1862 if (sc->queues) in em_free_pci_resources() [all...] |
H A D | if_ix.c | 678 * The timer is set to 5 every time ixgbe_start() queues a packet. in ixgbe_watchdog() 792 /* Now enable all the queues */ in ixgbe_init() 1035 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) in ixgbe_enable_queues() 1655 if (sc->queues[i].tag != NULL) in ixgbe_stop() 1656 intr_barrier(sc->queues[i].tag); in ixgbe_stop() 1763 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) { in ixgbe_allocate_msix() 1806 for (que = sc->queues; i > 0; i--, que++) { in ixgbe_allocate_msix() 1834 /* XXX the number of queues is limited to what we can keep stats on */ in ixgbe_setup_msix() 1876 struct ix_queue *que = sc->queues; in ixgbe_free_pci_resources() 2147 if (!(sc->queues in ixgbe_allocate_queues() [all...] |
H A D | if_ngbe.c | 251 /* Allocate Tx/Rx queues. */ in ngbe_attach() 816 if (sc->queues[i].tag != NULL) in ngbe_stop() 817 intr_barrier(sc->queues[i].tag); in ngbe_stop() 893 * The timer is set to 5 every time ixgbe_start() queues a packet. in ngbe_watchdog() 958 for (i = 0, nq = sc->queues; i < sc->sc_nqueues; i++, nq++) { in ngbe_allocate_msix() 998 for (nq = sc->queues; i > 0; i--, nq++) { in ngbe_allocate_msix() 1169 sc->queues = mallocarray(sc->sc_nqueues, sizeof(struct ngbe_queue), in ngbe_allocate_queues() 1171 if (sc->queues == NULL) { in ngbe_allocate_queues() 1194 /* Set up the Tx queues. */ in ngbe_allocate_queues() 1211 /* Set up the Rx queues in ngbe_allocate_queues() [all...] |
/openbsd-src/sys/net/ |
H A D | pf_ruleset.c | 107 TAILQ_INIT(&ruleset->rules.queues[0]); in pf_init_ruleset() 108 TAILQ_INIT(&ruleset->rules.queues[1]); in pf_init_ruleset() 109 ruleset->rules.active.ptr = &ruleset->rules.queues[0]; in pf_init_ruleset() 110 ruleset->rules.inactive.ptr = &ruleset->rules.queues[1]; in pf_init_ruleset()
|
/openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-filters-1.20.3/ |
H A D | +DESC | 7 ldap support for browsing remote printer queues via LDAP
|
/openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-filters-1.20.3/ |
H A D | +DESC | 7 ldap support for browsing remote printer queues via LDAP
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_debug.c | 51 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_ev_query_debug_event() 161 list_for_each_entry(pqn, &pqm->queues, in kfd_dbg_ev_raise() 223 list_for_each_entry(pqn, &pqm->queues, in kfd_set_dbg_ev_from_interrupt() 328 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_set_workaround() 337 list_for_each_entry(pqn, &pqm->queues, process_queue_list) in kfd_dbg_set_workaround() 566 pr_debug("Resumed %d queues\n", resume_count); in kfd_dbg_trap_deactivate() 625 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_clean_exception_status() 1103 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_set_enabled_debug_exception_mask()
|
H A D | kfd_process_queue_manager.c | 38 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in get_queue_by_qid() 72 pr_info("Cannot open more queues for process with pasid 0x%x\n", in find_available_queue_slot() 169 INIT_LIST_HEAD(&pqm->queues); in pqm_init() 212 list_for_each_entry_safe(pqn, next, &pqm->queues, process_queue_list) { in pqm_uninit() 293 * On GFX 9.4.3, increase the number of queues that in pqm_create_queue() 309 * for debug process, verify that it is within the static queues limit in pqm_create_queue() 342 /* SDMA queues are always allocated statically no matter in pqm_create_queue() 423 list_add(&pqn->process_queue_list, &pqm->queues); in pqm_create_queue() 439 /* check if queues list is empty unregister process from device */ in pqm_create_queue() 646 list_for_each_entry(pqn, &pqm->queues, process_queue_lis in pqm_get_queue_snapshot() [all...] |
H A D | kfd_packet_manager.c | 122 struct list_head *queues, in pm_create_runlist_ib() argument 149 list_for_each_entry(cur, queues, list) { in pm_create_runlist_ib()
|
H A D | kfd_device_queue_manager.h | 234 struct list_head queues; member
|
H A D | kfd_device_queue_manager.c | 134 /* Mask out the reserved queues */ in init_sdma_bitmaps() 291 list_for_each_entry(cur, &dqm->queues, list) { in remove_all_queues_mes() 361 /* For SDMA queues on SOC15 with 8-byte doorbell, use static in allocate_doorbell() 386 /* For CP queues on SOC15 */ in allocate_doorbell() 541 pr_warn("Can't create new usermode queue because %d queues were already created\n", in create_queue_nocpsch() 554 * Eviction state logic: mark all queues as evicted, even ones in create_queue_nocpsch() 555 * not currently active. Restoring inactive queues later only in create_queue_nocpsch() 628 pr_debug("Total of %d queues are accountable so far\n", in create_queue_nocpsch() 957 * called on multiple queues in a loop, so rather than locking/unlocking 1003 * called on multiple queues i [all...] |
/openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/ |
H A D | +DESC | 7 managing print jobs and queues. The Line Printer Daemon ("LPD") Server
|
/openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/ |
H A D | +DESC | 7 managing print jobs and queues. The Line Printer Daemon ("LPD") Server
|
/openbsd-src/usr.sbin/rpki-client/ |
H A D | main.c | 979 struct msgbuf *queues[NPFD]; in main() 1253 queues[0] = procq; in main() 1255 queues[1] = rsyncq; in main() 1257 queues[2] = httpq; in main() 1259 queues[3] = rrdpq; in main() 1298 if (msgbuf_queuelen(queues[i]) > 0) in main() 1316 if (msgbuf_write(pfd[i].fd, queues[i]) == -1) { in main() 1337 switch (ibuf_read(pfd[1].fd, queues[1])) { in main() 1343 while ((b = io_buf_get(queues[1])) != NULL) { in main() 1355 switch (ibuf_read(pfd[2].fd, queues[ in main() 974 struct msgbuf *queues[NPFD]; main() local [all...] |
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP9.td | 70 // An instruction can go down one of two issue queues. 74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO 75 // represents the odd queues.
|
/openbsd-src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ |
H A D | ipcsysv.t | 166 You can check the message queues with the 'ipcs' command and 167 you can remove unneeded queues with the 'ipcrm -q id' command.
|
/openbsd-src/usr.bin/vi/docs/internals/ |
H A D | structures | 8 global things like the input key queues, and functions as a single place
|
H A D | cscope.NOTES | 8 There is now a list of "tag queues" chained from each screen. Each tag
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedKryo.td | 15 // The issue width is set to five, matching the five issue queues for expanded
|
/openbsd-src/sys/conf/ |
H A D | GENERIC | 24 option SYSVMSG # System V-like message queues
|
/openbsd-src/sbin/pfctl/ |
H A D | parse.y | 267 struct node_qassign queues; member 1952 if (filter_opts.queues.qname) { 1956 filter_opts.queues = $2; 2168 if (filter_opts.queues.qname) { 2172 filter_opts.queues = $2; 6004 if (opts->queues.qname != NULL) { in filteropts_to_rule() 6005 if (strlcpy(r->qname, opts->queues.qname, in filteropts_to_rule() 6011 free(opts->queues.qname); in filteropts_to_rule() 6013 if (opts->queues.pqname != NULL) { in filteropts_to_rule() 6014 if (strlcpy(r->pqname, opts->queues in filteropts_to_rule() [all...] |