Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 25 of 109) sorted by relevance

12345

/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-resources.config114 description = "PKO queues per port for interface 0 (ports 0-15)";
117 description = "PKO queues per port for interface 1 (ports 16-31)";
120 description = "PKO queues per port for interface 2";
123 description = "PKO queues per port for interface 3";
126 description = "PKO queues per port for interface 4";
135 description = "PKO queues per port for PCI (ports 32-35)";
138 description = "PKO queues per port for Loop devices (ports 36-39)";
139 /* We use two queues per port for SRIO0. Having two queues per
140 port with two ports gives us four queues, one for each mailbox */
143 description = "PKO queues per port for SRIO0 devices (ports 40-41)";
[all …]
/NextBSD/sys/dev/ixl/
HDif_ixl_common.c52 if (!(vsi->queues = in ixl_if_queues_alloc()
59 free(vsi->queues, M_IXL); in ixl_if_queues_alloc()
64 for (i = 0, que = vsi->queues; i < vsi->num_queues; i++, que++) { in ixl_if_queues_alloc()
92 if ((que = vsi->queues) == NULL) in ixl_if_queues_free()
HDif_ixlv.c805 struct ixl_queue *que = vsi->queues; in ixlv_init_internal()
1090 if (queues > IXLV_MAX_QUEUES)
1091 queues = IXLV_MAX_QUEUES;
1203 struct ixl_queue *que = vsi->queues; in ixlv_if_msix_intr_assign()
1240 que = vsi->queues; in ixlv_if_msix_intr_assign()
1429 struct ixl_queue *que = vsi->queues; in ixlv_if_intr_enable()
1442 struct ixl_queue *que = vsi->queues; in ixlv_if_intr_disable()
1854 struct ixl_queue *que = &vsi->queues[qid]; in ixlv_if_timer()
2207 struct ixl_queue *queues = vsi->queues; in ixlv_add_sysctls() local
2261 txr = &(queues[q].txr); in ixlv_add_sysctls()
[all …]
HDixl_txrx.c129 struct ixl_queue *que = &vsi->queues[pi->ipi_qsidx]; in ixl_isc_txd_encap()
230 struct tx_ring *txr = &vsi->queues[txqid].txr; in ixl_isc_txd_flush()
506 struct ixl_queue *que = &vsi->queues[qid]; in ixl_isc_txd_credits_update()
579 struct rx_ring *rxr = &vsi->queues[rxqid].rxr; in ixl_isc_rxd_refill()
594 struct rx_ring *rxr = &vsi->queues[rxqid].rxr; in ixl_isc_rxd_flush()
603 struct rx_ring *rxr = &vsi->queues[rxqid].rxr; in ixl_isc_rxd_available()
694 struct ixl_queue *que = &vsi->queues[ri->iri_qsidx]; in ixl_isc_rxd_pkt_get()
HDif_ixl.c995 struct ixl_queue *que = vsi->queues; in ixl_intr()
1102 struct ixl_queue *que = vsi->queues; in ixl_if_msix_intr_assign()
1140 que = vsi->queues; in ixl_if_msix_intr_assign()
1448 struct ixl_queue *que = &vsi->queues[qid]; in ixl_if_timer()
1654 struct ixl_queue *que = vsi->queues; in ixl_configure_itr()
1711 struct ixl_queue *que = vsi->queues; in ixl_free_pci_resources()
1982 struct ixl_queue *que = vsi->queues; in ixl_initialize_vsi()
2323 struct ixl_queue *queues = vsi->queues; in ixl_add_hw_stats() local
2356 txr = &(queues[q].txr); in ixl_add_hw_stats()
2357 rxr = &(queues[q].rxr); in ixl_add_hw_stats()
[all …]
/NextBSD/sys/geom/sched/
HDgs_rr.c162 int queues; /* total number of queues */ member
205 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, queues, CTLFLAG_RD,
206 &me.queues, 0, "Total rr queues");
333 me.queues++; in g_rr_init_class()
356 me.queues--; in g_rr_fini_class()
682 me.units, me.queues); in g_rr_dumpconf()
/NextBSD/sys/dev/ixgbe/
HDixgbe_txrx.c297 struct ix_queue *que = &sc->queues[pi->ipi_qsidx]; in ixgbe_isc_txd_encap()
370 struct ix_queue *que = &sc->queues[txqid]; in ixgbe_isc_txd_flush()
380 struct ix_queue *que = &sc->queues[txqid]; in ixgbe_isc_txd_credits_update()
441 struct ix_queue *que = &sc->queues[rxqid]; in ixgbe_isc_rxd_refill()
456 struct ix_queue *que = &sc->queues[rxqid]; in ixgbe_isc_rxd_flush()
465 struct ix_queue *que = &sc->queues[rxqid]; in ixgbe_isc_rxd_available()
502 struct ix_queue *que = &adapter->queues[ri->iri_qsidx]; in ixgbe_isc_rxd_pkt_get()
HDif_ixv.c459 struct ix_queue *que = adapter->queues; in ixv_detach()
798 ixv_rearm_queues(struct adapter *adapter, u64 queues) in ixv_rearm_queues() argument
800 u32 mask = (IXGBE_EIMS_RTX_QUEUE & queues); in ixv_rearm_queues()
1100 struct ix_queue *que = adapter->queues; in ixv_local_timer()
1101 u64 queues = 0; in ixv_local_timer() local
1119 queues |= ((u64)1 << que->me); in ixv_local_timer()
1147 else if (queues != 0) { /* Force an IRQ on queues with work */ in ixv_local_timer()
1148 ixv_rearm_queues(adapter, queues); in ixv_local_timer()
1273 struct ix_queue *que = adapter->queues; in ixv_allocate_msix()
1453 struct ix_queue *que = adapter->queues; in ixv_free_pci_resources()
[all …]
HDif_ix.c664 struct ix_queue *que = adapter->queues; in ixgbe_detach()
2107 struct ix_queue *que = adapter->queues; in ixgbe_local_timer()
2108 u64 queues = 0; in ixgbe_local_timer() local
2129 queues |= ((u64)1 << que->me); in ixgbe_local_timer()
2157 else if (queues != 0) { /* Force an IRQ on queues with work */ in ixgbe_local_timer()
2158 ixgbe_rearm_queues(adapter, queues); in ixgbe_local_timer()
2361 struct ix_queue *que = adapter->queues; in ixgbe_allocate_legacy()
2433 struct ix_queue *que = adapter->queues; in ixgbe_allocate_msix()
2586 int rid, want, queues, msgs; in ixgbe_setup_msix() local
2612 queues = (mp_ncpus > (msgs - 1)) ? (msgs - 1) : mp_ncpus; in ixgbe_setup_msix()
[all …]
HDif_ixgbe.c407 if (!(adapter->queues = in ixgbe_if_queues_alloc()
421 for (i = 0, que = adapter->queues; i < adapter->num_queues; i++, que++) { in ixgbe_if_queues_alloc()
481 struct ix_queue *que = adapter->queues; in ixgbe_if_queues_free()
496 free(adapter->queues, M_DEVBUF); in ixgbe_if_queues_free()
497 adapter->queues = NULL; in ixgbe_if_queues_free()
511 struct ix_queue *que = &adapter->queues[0]; in ixgbe_get_regs()
1181 for (i = 0, que = adapter->queues; i < adapter->num_queues; i++, que++) { in ixgbe_initialize_receive_units()
1265 for (i = 0, que = adapter->queues; i < adapter->num_queues; i++, que++) { in ixgbe_initialize_transmit_units()
1945 for (i = 0, que = adapter->queues; i < adapter->num_queues; i++, que++) { in ixgbe_add_hw_stats()
1953 CTLTYPE_UINT | CTLFLAG_RW, &adapter->queues[i], in ixgbe_add_hw_stats()
[all …]
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_cfg.txt5 # niqflint = 1023 ingress queues with freelists and/or interrupts
6 # nethctrl = 64K Ethernet or ctrl egress queues
7 # neq = 64K egress queues of all kinds, including freelists
HDt5fw_cfg.txt5 # niqflint = 1023 ingress queues with freelists and/or interrupts
6 # nethctrl = 64K Ethernet or ctrl egress queues
7 # neq = 64K egress queues of all kinds, including freelists
/NextBSD/share/examples/pf/
HDfaq-example316 # define the parameters for the child queues.
19 # www_ext - container queue for WWW server queues. limit to
40 # define the parameters for the child queues.
64 # define the parameters for the child queues.
HDfaq-example218 # define the parameters for the child queues.
37 # define the parameters for the child queues.
HDqueue46 # Departments under the engineering faculty are defined as child queues.
/NextBSD/sys/netpfil/pf/
HDpf_ruleset.c152 TAILQ_INIT(&ruleset->rules[i].queues[0]); in pf_init_ruleset()
153 TAILQ_INIT(&ruleset->rules[i].queues[1]); in pf_init_ruleset()
154 ruleset->rules[i].active.ptr = &ruleset->rules[i].queues[0]; in pf_init_ruleset()
155 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_ruleset()
/NextBSD/usr.sbin/bhyve/
HDvirtio.c61 struct vqueue_info *queues) in vi_softc_linkup() argument
71 vs->vs_queues = queues; in vi_softc_linkup()
73 queues[i].vq_vs = vs; in vi_softc_linkup()
74 queues[i].vq_num = i; in vi_softc_linkup()
/NextBSD/sys/dev/e1000/
HDif_igb.c943 que = &adapter->queues[i]; in igb_mq_start()
1451 struct igb_queue *que = adapter->queues; in igb_irq_fast()
1520 que = &adapter->queues[i]; in igb_poll()
2064 struct igb_queue *que = adapter->queues; in igb_local_timer()
2337 struct igb_queue *que = adapter->queues; in igb_allocate_legacy()
2397 struct igb_queue *que = adapter->queues; in igb_allocate_msix()
2582 que = &adapter->queues[i]; in igb_configure_queues()
2596 que = &adapter->queues[i]; in igb_configure_queues()
2618 que = &adapter->queues[i]; in igb_configure_queues()
2633 que = &adapter->queues[i]; in igb_configure_queues()
[all …]
/NextBSD/sys/netpfil/ipfw/
HDdummynet.txt92 describes a flowset, i.e. a template for queues.
120 how many queues point to it), a pointer to the
122 flowset. scheduler instances also should store queues in
132 a refcount for the number of queues pointing to it;
308 'standalone' instance and one that can be used by queues,
415 deleted later because there could be some queues that are using it.
422 pipe, all scheduler, all flowset, plus all scheduler instances and all queues.
432 'ptr_sched' pointer. If a scheduler instance has queues, there are wrote in
463 queues exist using this flowset.
542 or queues, the system cannot know the version of ipfw, and we suppose that
[all …]
/NextBSD/lib/libdispatch/src/
HDintrospection.c334 dispatch_introspection_queue_t queues) in dispatch_introspection_get_queues() argument
340 queues->queue = NULL; in dispatch_introspection_get_queues()
343 *queues++ = dispatch_introspection_queue_get_info(next); in dispatch_introspection_get_queues()
/NextBSD/sbin/pfctl/
HDparse.y206 } *queues = NULL; variable
238 struct node_qassign queues; member
2329 if ($9.queues.qname != NULL) {
2330 if (strlcpy(r.qname, $9.queues.qname,
2336 free($9.queues.qname);
2338 if ($9.queues.pqname != NULL) {
2339 if (strlcpy(r.pqname, $9.queues.pqname,
2345 free($9.queues.pqname);
2459 if (filter_opts.queues.qname) {
2463 filter_opts.queues = $1;
[all …]
/NextBSD/sys/arm/conf/
HDTS780034 options SYSVMSG # SYSV-style message queues
HDSHEEVAPLUG29 options SYSVMSG # SYSV-style message queues
HDstd.armv632 options SYSVMSG # SYSV-style message queues
HDEA325036 options SYSVMSG # SYSV-style message queues

12345