Home
last modified time | relevance | path

Searched full:queues (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions
23 # must use a power of 2 Ingress Queues.
24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a
25 # power of 2 Egress Queues.
54 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
64 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
65 # (Plus a few for Firmware Event Queues, etc.)
127 # of number of egress queues used
132 # queues, and 0xfff for LP which
134 # in function of egress queues
[all …]
H A Dt5fw_cfg_uwire.txt23 # 2. Ingress Queues with Free Lists: 1024.
24 # 3. Egress Queues: 128K.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
50 # (Plus a few for Firmware Event Queues, etc.)
107 # of number of egress queues used
112 # queues, and 0xfff for LP which
114 # in function of egress queues
119 # function of number of egress queues
205 # Each Ingress Queue can use one MSI-X interrupt but some Ingress Queues can
[all …]
H A Dt6fw_cfg_fpga.txt23 # 2. Ingress Queues with Free Lists: 1024.
24 # 3. Egress Queues: 128K.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
50 # (Plus a few for Firmware Event Queues, etc.)
199 # Each Ingress Queue can use one MSI-X interrupt but some Ingress Queues can
200 # use Forwarded Interrupt Ingress Queues. For these latter, an Ingress Queue
204 # than or equal to the number of Ingress Queues ...
207 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists
208 # NETHCTRL_NIC = 32 # NIC Ethernet Control/TX Queues
[all …]
H A Dt4fw_cfg_uwire.txt22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions
23 # must use a power of 2 Ingress Queues.
24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a
25 # power of 2 Egress Queues.
54 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
64 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
65 # (Plus a few for Firmware Event Queues, etc.)
170 # Each Ingress Queue can use one MSI-X interrupt but some Ingress Queues can
171 # use Forwarded Interrupt Ingress Queues. For these latter, an Ingress Queue
175 # than or equal to the number of Ingress Queues ...
[all …]
H A Dt6fw_cfg_uwire.txt23 # 2. Ingress Queues with Free Lists: 1024.
24 # 3. Egress Queues: 128K.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
50 # (Plus a few for Firmware Event Queues, etc.)
222 # Each Ingress Queue can use one MSI-X interrupt but some Ingress Queues can
223 # use Forwarded Interrupt Ingress Queues. For these latter, an Ingress Queue
227 # than or equal to the number of Ingress Queues ...
230 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists
231 # NETHCTRL_NIC = 32 # NIC Ethernet Control/TX Queues
[all …]
H A Dt5fw_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
26 # of number of egress queues used
31 # queues, and 0xfff for LP which
33 # in function of egress queues
38 # function of number of egress queues
203 # and GTS registers, the number of Ingress and Egress Queues must be a power
H A Dt5fw_cfg_hashfilter.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
26 # of number of egress queues used
31 # queues, and 0xfff for LP which
33 # in function of egress queues
38 # function of number of egress queues
206 # and GTS registers, the number of Ingress and Egress Queues must be a power
/freebsd/contrib/sendmail/contrib/
H A Dmovemail.pl3 # Move old mail messages between queues by calling re-mqueue.pl.
50 use vars qw(@queues $subqbase @ages $remqueue $lockfile);
53 if ($#queues < 1) {
54 print "$progname: there must be at least two queues\n";
58 if ($#ages != ($#queues - 1)) {
59 print "$progname: wrong number of ages (should be one less than number of queues)\n";
78 for (my $n = $#queues - 1; $n >= 0; $n--) {
90 opendir(DIR, $queues[$n])
91 or die "Can't open $queues[$n]: $!";
93 &$remsub("$queues[$n]/$subdir", "$queues[$n+1]/$subdir",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt9 management of the packet queues. Packets are queued/de-queued by writing or
32 -- managed-queues : the actual queues managed by each queue manager
33 instance, specified as <"base queue #" "# of queues">.
51 - qpend : pool of qpend(interruptible) queues
52 - general-purpose : pool of general queues, primarily used
53 as free descriptor queues or the
54 transmit DMA queues.
55 - accumulator : pool of queues on PDSP accumulator channel
57 -- qrange : number of queues to use per queue range, specified as
58 <"base queue #" "# of queues">.
[all …]
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.132 .Nd Control POSIX mqueuefs message queues
63 It allows creating queues, inspecting queue metadata, altering group and user
64 access to queues, dumping queue contents, and unlinking queues.
83 Create the named queues, if they do not already exist.
85 maximum message size are used to create all queues.
102 Unlink the queues specified - one attempt per queue.
112 Send messages to one or more named queues.
113 If multiple messages and multiple queues are specified, the utility attempts to
114 send all messages to all queues.
125 queue and configure reading applications to drain both new and old queues.
/freebsd/usr.bin/ipcs/
H A Dipcs.152 displaying active semaphores, message queues,
63 Show the maximum allowed sizes for active semaphores, message queues,
71 Show the creator's name and group for active semaphores, message queues,
76 Show outstanding usage for active message queues,
83 Show the process ID information for active semaphores, message queues,
92 Display information about active message queues.
96 Show access times for active semaphores, message queues,
118 Display system information about messages queues.
122 Display system information about shared memory, message queues
/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c378 * Configure queue statistics registers, all queues belonging to same traffic
399 * Receive Queues stats setting in ixgbe_dcb_config_tc_stats_82599()
400 * 32 RQSMR registers, each configuring 4 queues. in ixgbe_dcb_config_tc_stats_82599()
402 * Set all 16 queues of each TC to the same stat in ixgbe_dcb_config_tc_stats_82599()
410 * Transmit Queues stats setting in ixgbe_dcb_config_tc_stats_82599()
411 * 32 TQSM registers, each controlling 4 queues. in ixgbe_dcb_config_tc_stats_82599()
413 * Set all queues of each TC to the same stat in ixgbe_dcb_config_tc_stats_82599()
415 * Tx queues are allocated non-uniformly to TCs: in ixgbe_dcb_config_tc_stats_82599()
439 * Receive Queues stats setting in ixgbe_dcb_config_tc_stats_82599()
440 * 32 RQSMR registers, each configuring 4 queues. in ixgbe_dcb_config_tc_stats_82599()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h26 // the QueueList may be populated with Queues by the SystemRuntime.
36 /// Get the number of libdispatch queues that are available
39 /// The number of queues that are stored in the QueueList.
55 /// Iterate over the list of queues
58 /// An Iterable object which can be used to loop over the queues
60 QueueIterable Queues() { return QueueIterable(m_queues, m_mutex); } in Queues() function
62 /// Clear out the list of queues from the QueueList
101 collection m_queues; ///< The queues for this process.
/freebsd/sys/crypto/ccp/
H A Dccp_lsb.c46 qp = &sc->queues[queue]; in ccp_queue_decode_lsb_regions()
65 * total and 5 queues. PSP will reserve some of both. Firmware limits some
66 * queues' access to some LSBs; we hope it is fairly sane and just use a dumb
67 * greedy algorithm to assign LSBs to queues.
74 for (q = 0; q < nitems(sc->queues); q++) { in ccp_assign_lsb_regions()
78 sc->queues[q].private_lsb = -1; in ccp_assign_lsb_regions()
84 sc->queues[q].private_lsb = i; in ccp_assign_lsb_regions()
/freebsd/sys/dev/iavf/
H A Dvirtchnl.h48 * have a maximum of sixteen queues for all of its VSIs.
57 * queues and interrupts. After these operations are complete, the VF
58 * driver may start its queues, optionally add MAC and VLAN filters, and
223 * When reset is complete, PF must ensure that all queues in all VSIs associated
330 * all of the queues for a VF.
352 * VF sends this message to set parameters for active TX and RX queues
354 * PF configures queues and returns status.
355 * If the number of queues specified is greater than the number of queues
356 * associated with the VSI, an error is returned and no queues are configured.
357 * NOTE: The VF is not required to configure all queues in a single request.
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h25 * driver to allow dynamic allocation of queues on-demand, rather than allocate
31 * Although the queues in DQA mode are dynamically allocated, there are still
32 * some queues that are statically allocated:
41 * The queues are dynamically taken from either the MGMT frames queue pool or
48 * %mvm->add_stream_wk later allocates the queues and TXes the deferred frames.
51 * queues in the pool. If there is no longer a free MGMT queue to allocate, a
59 * new RA/TID comes in for an existing STA, one of the STA's queues will become
68 * When removing a station, its queues are returned to the pool for reuse. Here
70 * the deferred frames so we don't get into a situation where the queues are
71 * removed and then the worker puts deferred frames onto the released queues o
[all...]
/freebsd/sys/dev/ixl/
H A Dvirtchnl.h50 * have a maximum of sixteen queues for all of its VSIs.
59 * queues and interrupts. After these operations are complete, the VF
60 * driver may start its queues, optionally add MAC and VLAN filters, and
209 * When reset is complete, PF must ensure that all queues in all VSIs associated
322 * VF sends this message to set parameters for all active TX and RX queues
324 * PF configures queues and returns status.
325 * If the number of queues specified is greater than the number of queues
326 * associated with the VSI, an error is returned and no queues are configured.
329 /* NOTE: vsi_id and queue_id should be identical for both queues. */
346 * VF sends this message to request the PF to allocate additional queues to
[all …]
/freebsd/sys/dev/enic/
H A Dvnic_resource.h20 RES_TYPE_WQ, /* Work queues */
21 RES_TYPE_RQ, /* Receive queues */
22 RES_TYPE_CQ, /* Completion queues */
38 RES_TYPE_MQ_WQ, /* MQ Work queues */
39 RES_TYPE_MQ_RQ, /* MQ Receive queues */
40 RES_TYPE_MQ_CQ, /* MQ Completion queues */
/freebsd/share/man/man4/
H A Diflib.444 When set, allows the number of transmit and receive queues to be different.
45 If not set, the lower of the number of TX or RX queues will be used for both.
47 Set the number of RX queues.
48 If zero, the number of RX queues is derived from the number of cores on the
52 Set the number of TX queues.
53 If zero, the number of TX queues is derived from the number of cores on the
58 Specifies a starting core offset to assign queues to.
62 Requests that RX and TX queues not be paired on the same core.
65 When set to a non-zero value, TX queues are assigned to cores following the
H A Dvmx.483 .Sh MULTIPLE QUEUES
86 driver supports multiple transmit and receive queues.
87 Multiple queues are only supported by certain VMware products, such as ESXi.
88 The number of queues allocated depends on the presence of MSI-X,
104 Maximum number of transmit queues allocated by default by the driver.
109 Maximum number of receive queues allocated by default by the driver.
/freebsd/share/man/man9/
H A Diflibdd.9198 queues.
200 the hardware transmit queues.
201 ntxqs is the number of queues per qset.
205 queues.
207 the hardware receive queues.
208 nrxqs is the number of queues per qset.
211 Mandatory function that frees the allocated queues and associated transmit
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dintel,ixp4xx-ahb-queue-manager.yaml14 The IXP4xx AHB Queue Manager maintains queues as circular buffers in
17 IXP4xx for accelerating queues, especially for networking. Clients pick
18 queues from the queue manager with foo-queue = <&qmgr N> where the
33 - description: Interrupt for queues 0-31
34 - description: Interrupt for queues 32-63
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c80 &g_if_ntb_num_queues, 0, "Number of queues per interface");
98 struct ntb_net_queue *queues; member
144 sc->queues = malloc(sc->num_queues * sizeof(struct ntb_net_queue), in ntb_net_attach()
148 q = &sc->queues[i]; in ntb_net_attach()
186 ntb_transport_link_up(sc->queues[i].qp); in ntb_net_attach()
198 ntb_transport_link_down(sc->queues[i].qp); in ntb_net_detach()
203 q = &sc->queues[i]; in ntb_net_detach()
210 free(sc->queues, M_DEVBUF); in ntb_net_detach()
223 if_setbaudrate(ifp, ntb_transport_link_speed(sc->queues[0].qp)); in ntb_net_init()
224 if_link_state_change(ifp, ntb_transport_link_query(sc->queues[0].qp) ? in ntb_net_init()
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_firmware_exports.h98 /* FW_TUNNEL_NUM corresponds to the number of supported TUNNEL Queues. These
99 * queues must start at SGE Egress Context FW_TUNNEL_SGEEC_START and must
110 /* FW_CTRL_NUM corresponds to the number of supported CTRL Queues. These queues
120 /* FW_OFLD_NUM corresponds to the number of supported OFFLOAD Queues. These
121 * queues must start at SGE Egress Context FW_OFLD_SGEEC_START.
124 * OFFLOAD Queues, as the host is responsible for providing the correct TID in
/freebsd/sys/dev/ice/
H A Dice_iflib_recovery_txrx.c78 * Since the Tx queues are not initialized during recovery mode, this function
95 * Since the Tx queues are not initialized during recovery mode, this function
111 * Since the Tx queues are not initialized during recovery mode, this function
130 * Since the Rx queues are not initialized during recovery mode, this function
147 * Since the Rx queues are not initialized during recovery mode this function
163 * Since the Rx queues are not initialized during Recovery mode, this function
179 * Since the Rx queues are not initialized during Recovery mode, this function

12345678910>>...43