Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 25 of 52) sorted by relevance

123

/linux-3.4.99/Documentation/arm/
DBooting20 4. Setup the kernel tagged list.
50 option to the kernel via the tagged lists specifying the port, and
74 The boot loader must provide either a tagged list or a dtb image for
78 4a. Setup the kernel tagged list
81 The boot loader must create and initialise the kernel tagged list.
82 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE.
94 minimum tagged list should look:
104 The tagged list should be stored in system RAM.
106 The tagged list must be placed in a region of memory where neither
118 tagged list.
[all …]
Dtcm.txt80 Functions to go into itcm can be tagged like this:
88 Variables to go into dtcm can be tagged like this:
91 Constants can be tagged like this:
/linux-3.4.99/drivers/sh/intc/
Dvirq.c57 int tagged; in intc_irq_lookup() local
68 tagged = radix_tree_tag_get(&d->tree, enum_id, in intc_irq_lookup()
70 if (unlikely(tagged)) in intc_irq_lookup()
/linux-3.4.99/Documentation/scsi/
Dsym53c8xx_2.txt24 8.3 Set maximum number of concurrent tagged commands
34 10.2.1 Default number of tagged commands
209 Some known old SCSI devices do not properly support tagged command queuing.
212 All I can say is that I never have had problem with tagged queuing using
214 me using tagged commands are the following:
231 The maximum number of simultaneous tagged commands queued to a device
243 BIOS/SETUP, you can configure tagged queueing feature and device queue
248 will set tagged commands queue depths as follow:
260 - Each time a QUEUE FULL status is returned, tagged queue depth is reduced
330 8.3 Set maximum number of concurrent tagged commands
[all …]
Dncr53c8xx.txt22 8.3 Set maximum number of concurrent tagged commands
23 8.4 Set order type for tagged command
39 10.2.6 Default number of tagged commands
243 Some known SCSI devices do not properly support tagged command queuing.
247 this driver with tagged command queuing enabled:
259 The maximum number of simultaneous tagged commands queued to a device
272 BIOS/SETUP, you can configure tagged queueing feature and device queue
277 will set tagged commands queue depths as follow:
289 - Each time a QUEUE FULL status is returned, tagged queue depth is reduced
468 8.3 Set maximum number of concurrent tagged commands
[all …]
DBusLogic.txt136 support has been included in the driver to utilize tagged queuing with any
137 target devices that report having the tagged queuing capability. Tagged
143 tagged queuing for each target device as well as individual selection of the
144 tagged queue depth is available through driver options provided on the kernel
148 addition, tagged queuing is automatically disabled whenever the host adapter
149 firmware version is known not to implement it correctly, or whenever a tagged
169 Finally, if tagged queuing is active and more than one command reset occurs
171 minutes of operation, then tagged queuing will be disabled for that target
Dscsi_mid_low_api.txt247 Note: since these functions are tagged with __init and __exit qualifiers
274 The mid level invokes scsi_adjust_queue_depth() with tagged queuing off and
461 * @tagged: 0 - no tagged queuing
462 * MSG_SIMPLE_TAG - simple tagged queuing
463 * MSG_ORDERED_TAG - ordered tagged queuing
464 * @tags Number of tags allowed if tagged queuing enabled,
466 * in non-tagged mode (as per cmd_per_lun).
481 void scsi_adjust_queue_depth(struct scsi_device * sdev, int tagged,
Daic7xxx_old.txt374 0 = Enable tagged queueing on this device and use the default
376 1-254 = Enable tagged queueing on this device and use this
378 255 = Disable tagged queueing on this device.
387 at the default, set id 3 to tagged queueing enabled and use the
/linux-3.4.99/Documentation/filesystems/
Dsysfs-tagging.txt20 Each sysfs directory entry may be tagged with zero or one
22 directory entry is tagged, then sysfs_dirent->s_flags will have a
/linux-3.4.99/arch/mn10300/mm/
Dcache-flush-by-tag.S56 # read the addresses tagged in the cache's tag RAM and attempt to flush
Dcache-dbg-flush-by-tag.S43 # read the addresses tagged in the cache's tag RAM and attempt to flush
/linux-3.4.99/kernel/
Daudit_tree.c713 struct vfsmount *tagged; in audit_tag_tree() local
719 tagged = collect_mounts(&path2); in audit_tag_tree()
721 if (!tagged) in audit_tag_tree()
726 drop_collected_mounts(tagged); in audit_tag_tree()
756 failed = iterate_mounts(tag_mount, tree, tagged); in audit_tag_tree()
799 drop_collected_mounts(tagged); in audit_tag_tree()
/linux-3.4.99/lib/
Dradix-tree.c805 unsigned long tagged = 0; in radix_tree_range_tag_if_tagged() local
844 tagged++; in radix_tree_range_tag_if_tagged()
875 if (tagged >= nr_to_tag) in radix_tree_range_tag_if_tagged()
891 if (tagged > 0) in radix_tree_range_tag_if_tagged()
895 return tagged; in radix_tree_range_tag_if_tagged()
/linux-3.4.99/drivers/scsi/aic7xxx/
DKconfig.aic79xx21 This is an upper bound value for the number of tagged transactions
31 on some devices. The upper bound is 253. 0 disables tagged queueing.
DKconfig.aic7xxx26 This is an upper bound value for the number of tagged transactions
36 on some devices. The upper bound is 253. 0 disables tagged queueing.
/linux-3.4.99/mm/
Dpage-writeback.c1653 unsigned long tagged; in tag_pages_for_writeback() local
1657 tagged = radix_tree_range_tag_if_tagged(&mapping->page_tree, in tag_pages_for_writeback()
1661 WARN_ON_ONCE(tagged > WRITEBACK_TAG_BATCH); in tag_pages_for_writeback()
1664 } while (tagged >= WRITEBACK_TAG_BATCH && start); in tag_pages_for_writeback()
/linux-3.4.99/Documentation/networking/
Dvxge.txt84 Enables/disables vlan tag stripping from all received tagged frames that
/linux-3.4.99/drivers/scsi/arm/
DKconfig16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_qp.c613 int tagged = 0; in build_term_codes() local
624 tagged = (opcode == T3_RDMA_WRITE) || in build_term_codes()
659 if (tagged) { in build_term_codes()
699 if (tagged) { in build_term_codes()
/linux-3.4.99/block/
DKconfig58 can handle complicated SCSI commands: tagged variable length cdbs
/linux-3.4.99/drivers/scsi/
Dscsi.c863 void scsi_adjust_queue_depth(struct scsi_device *sdev, int tagged, int tags) in scsi_adjust_queue_depth() argument
891 switch (tagged) { in scsi_adjust_queue_depth()
/linux-3.4.99/Documentation/m68k/
Dkernel-options.txt574 Syntax: atascsi=<can_queue>[,<cmd_per_lun>[,<scat-gat>[,<host-id>[,<tagged>]]]]
596 from 1. If tagged queuing (see below) is not used, values greater
625 <tagged>:
626 0 means turn off tagged queuing support, all other values > 0 mean
627 use tagged queuing for targets that support it. Default: currently
628 off, but this may change when tagged queuing handling has been
634 tagged queuing (:-().
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx.seq54 * this list every time a request sense occurs or after completing a non-tagged
964 * SCB. With SCB paging, this requires using search for both tagged
965 * and non-tagged transactions since the SCB may exist in any slot.
1217 * Determine whether a target is using tagged or non-tagged transactions
1221 * returned in ARG_1 (SCB_LIST_NULL for tagged, SCBID for non-tagged).
/linux-3.4.99/Documentation/
Dstable_kernel_rules.txt87 - The finalized and tagged releases of all stable kernels can be found
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dqp.c766 int tagged; in build_term_codes() local
782 tagged = (opcode == FW_RI_RDMA_WRITE) || in build_term_codes()
816 if (tagged) { in build_term_codes()
856 if (tagged) { in build_term_codes()

123