/openbmc/linux/Documentation/scsi/ |
H A D | BusLogic.rst | 107 reported for each target device, as well as the status of Tagged Queuing. 140 The status of Wide Negotiation, Disconnect/Reconnect, and Tagged Queuing 146 BusLogic SCSI Host Adapters directly implement SCSI-2 Tagged Queuing, and so 147 support has been included in the driver to utilize tagged queuing with any 148 target devices that report having the tagged queuing capability. Tagged 149 queuing allows for multiple outstanding commands to be issued to each target 154 tagged queuing for each target device as well as individual selection of the 159 addition, tagged queuing is automatically disabled whenever the host adapter 161 queue depth of 1 is selected. Tagged queuing is also disabled for individual 181 Finally, if tagged queuing is active and more than one command reset occurs [all …]
|
H A D | lpfc.rst | 44 internal queuing from all LLDDs. The philosophy is that internal 45 queuing is unnecessary as the block layer already performs the 46 queuing. Removing the queues from the LLDD makes a more predictable 50 have all internal queuing removed. Emulex complied with this request.
|
H A D | smartpqi.rst | 10 driver is the first SCSI driver to implement the PQI queuing model. 20 For more information on the PQI Queuing Interface, please see:
|
/openbmc/linux/include/linux/ |
H A D | dynamic_queue_limits.h | 16 * so queuing new data is blocked. 47 unsigned int last_obj_cnt; /* Count at last queuing */ 56 unsigned int prev_last_obj_cnt; /* Previous queuing cnt */
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_err.h | 30 This warning can be avoided by de-queuing ISYS buffers more timely. */ 32 This warning can be avoided by de-queuing PSYS buffers more timely. */
|
/openbmc/linux/include/net/ |
H A D | fq.h | 24 * (deficit round robin) based round robin queuing similar to the one 63 * struct fq - main container for fair queuing purposes
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-request-ioc-queue.rst | 47 It is not allowed to mix queuing requests with queuing buffers directly
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-dev.rst | 73 is used for the queuing ioctls (``VIDIOC_REQBUFS``, ``CREATE_BUFS``, 76 That way the :ref:`vb2 <vb2_framework>` queuing framework does not have 79 queuing ownership (i.e. is the filehandle calling it allowed to do the 148 to serialize all queuing ioctls (see the previous section 151 The advantage of using a different lock for the queuing ioctls is that for some 153 can take a long time, so you want to use a separate lock for the buffer queuing
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | dpio-driver.rst | 110 The dpio service component provides queuing, notification, and buffers 112 will typically allocate 1 DPIO object per CPU to allow queuing operations 122 Queuing
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | busybox-1.36.1-no-cbq.patch | 45 } else if (qqq == 1) { /* class based queuing */ 54 } else if (qqq == 1) { /* class based queuing */
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | wl18xx.h | 89 * link before we stop queuing up packets for it. 94 * link before we stop queuing up packets for it.
|
/openbmc/linux/include/scsi/ |
H A D | sg.h | 308 /* Get/set command queuing state per fd (default is SG_DEF_COMMAND_Q. 310 command queuing flag is set on (overriding the previous setting). */ 311 #define SG_GET_COMMAND_Q 0x2270 /* Yields 0 (queuing off) or 1 (on) */ 312 #define SG_SET_COMMAND_Q 0x2271 /* Change queuing state with 0 or 1 */ 329 #define SG_DEF_COMMAND_Q 0 /* command queuing is always on when
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/ |
H A D | qman.txt | 14 supports queuing and QoS scheduling of frames to CPUs, network interfaces and 16 flow-level queuing, is also responsible for congestion management functions such
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | iowait.h | 69 * @tx_limit: limit for overflow queuing 81 * what ever queuing/dequeuing of 356 * @pkts_sent: have some packets been sent before queuing?
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-decoder.rst | 356 in the stream.** Continue queuing/dequeuing bytestream buffers to/from the 591 7. **If the** ``CAPTURE`` **queue is streaming,** keep queuing and dequeuing 714 frames dequeued from the ``CAPTURE`` queue may differ from the order of queuing 745 :c:type:`v4l2_buffer` struct when queuing an ``OUTPUT`` buffer. The 840 3. Start queuing buffers containing coded data after the seek to the ``OUTPUT`` 845 There is no requirement to begin queuing coded data starting exactly 993 The client should, for best performance and simplicity, keep queuing/dequeuing 1035 * queuing and dequeuing ``CAPTURE`` buffers, until a buffer marked with the
|
H A D | vidioc-qbuf.rst | 112 It is not allowed to mix queuing requests with queuing buffers directly.
|
/openbmc/linux/net/sched/ |
H A D | Kconfig | 81 tristate "Hardware Multiqueue-aware Multi Band Queuing (MULTIQ)" 367 This queuing discipline allows userspace to plug/unplug a network 393 queuing discipline that merges functionality of PRIO and DRR 409 Support for selection of default queuing discipline. 420 prompt "Default queuing discipline"
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_datagram.h | 27 struct list_head list_item; /* For queuing. */
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci.c | 164 uint32_t td_addr, bool queuing) in uhci_queue_verify() argument 172 (queuing || !(td->ctrl & TD_CTRL_ACTIVE) || first == NULL || in uhci_queue_verify() 739 bool queuing = (q != NULL); in uhci_handle_td() local 745 if (uhci_queue_verify(async->queue, qh_addr, td, td_addr, queuing)) { in uhci_handle_td() 756 if (q && !uhci_queue_verify(q, qh_addr, td, td_addr, queuing)) { in uhci_handle_td() 796 if (queuing) { in uhci_handle_td() 871 if (!queuing) { in uhci_handle_td()
|
/openbmc/linux/include/uapi/linux/ |
H A D | gen_stats.h | 52 * struct gnet_stats_queue - queuing statistics
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | barrier.h | 13 * due to micro-arch buffering/queuing of load/store, cache hit vs. miss ...
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | cmb.h | 16 * @control_unit_queuing_time: time of control unit queuing
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 166 The default queuing discipline to use for network devices. This allows 168 queuing discipline is created without additional parameters so is best suited 169 to queuing disciplines that work well without configuration like stochastic 171 queuing disciplines like Hierarchical Token Bucket or Deficit Round Robin
|
/openbmc/linux/drivers/scsi/ |
H A D | BusLogic.c | 1588 Tagged Queuing support is available and operates properly on in blogic_rdconfig() 1656 Tagged Queuing is only allowed if Disconnect/Reconnect is permitted. in blogic_rdconfig() 1657 Therefore, mask the Tagged Queuing Permitted Default bits with the in blogic_rdconfig() 1662 Combine the default Tagged Queuing Permitted bits with any in blogic_rdconfig() 1663 BusLogic Driver Options Tagged Queuing specification. in blogic_rdconfig() 1799 blogic_info(" Disconnect/Reconnect: %s, Tagged Queuing: %s\n", adapter, in blogic_reportconfig() 1917 Initialize the Bus Device Reset Pending CCB, Tagged Queuing Active, in blogic_initadapter() 2705 CmdQue (Tagged Queuing Supported) and WBus16 (16 Bit in blogic_process_ccbs() 2986 messages. By waiting to enable Tagged Queuing until after the in blogic_qcmd_lck() 2989 before Tagged Queuing is enabled and that the Tagged Queuing in blogic_qcmd_lck() [all …]
|
/openbmc/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 8 a) Transfers hot queuing 11 This implies that the queuing doesn't wait for the previous transfer end,
|