Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/arm64/
Dtagged-pointers.txt7 This document briefly describes the provision of tagged virtual
17 are tagged with tag 0x00. This means that any syscall
29 (3) Special care should be taken when using tagged pointers,
33 The architecture prevents the use of a tagged PC, so the upper byte will
/linux-4.4.14/Documentation/arm/
DBooting20 4. Setup the kernel tagged list.
51 option to the kernel via the tagged lists specifying the port, and
80 The boot loader must provide either a tagged list or a dtb image for
84 4a. Setup the kernel tagged list
87 The boot loader must create and initialise the kernel tagged list.
88 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE.
100 minimum tagged list should look:
110 The tagged list should be stored in system RAM.
112 The tagged list must be placed in a region of memory where neither
124 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-4.4.14/Documentation/zh_CN/arm64/
Dtagged-pointers.txt1 Chinese translated version of Documentation/arm64/tagged-pointers.txt
12 Documentation/arm64/tagged-pointers.txt 的中文翻译
/linux-4.4.14/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-4.4.14/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
Darcmsr_spec.txt441 ** byte 7 : tagged queue (1 : enabled)
453 ** byte 7 : tagged queue (1 : enabled)
DChangeLog.ncr53c8xx322 This also fixes a bug triggered when disabling tagged command
369 - The new tagged queue stuff seems ok, so some informationnal
Daic7xxx.txt265 Definition: Set the per-target tagged queue depth on a
Daic79xx.txt268 Definition: Set the per-target tagged queue depth on a
Dscsi_mid_low_api.txt247 Note: since these functions are tagged with __init and __exit qualifiers
441 * @tags Number of tags allowed if tagged queuing enabled,
443 * in non-tagged mode (as per cmd_per_lun).
DChangeLog.1992-19971537 * scsi.c: Allow tagged queueing for scsi 3 devices as well.
1669 * scsi.h: Add constants for tagged queueing.
DChangeLog.sym53c8xx305 - Send an ABORT message (if untagged) or ABORT TAG message (if tagged)
/linux-4.4.14/Documentation/filesystems/
Dsysfs-tagging.txt20 Each sysfs directory entry may be tagged with a namespace via the
21 void *ns member of its kernfs_node. If a directory entry is tagged,
DLocking284 will leave the page itself marked clean but it will be tagged as dirty in the
Dvfs.txt509 pressure, page lookup by address, and keeping track of pages tagged as
640 tagged as DIRTY and will pass them to ->writepage.
/linux-4.4.14/kernel/
Daudit_tree.c784 struct vfsmount *tagged; in audit_tag_tree() local
790 tagged = collect_mounts(&path2); in audit_tag_tree()
792 if (IS_ERR(tagged)) in audit_tag_tree()
793 return PTR_ERR(tagged); in audit_tag_tree()
797 drop_collected_mounts(tagged); in audit_tag_tree()
827 failed = iterate_mounts(tag_mount, tree, tagged); in audit_tag_tree()
870 drop_collected_mounts(tagged); in audit_tag_tree()
/linux-4.4.14/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-4.4.14/net/bridge/
Dbr_vlan.c368 bool tagged; in __allowed_ingress() local
395 tagged = false; in __allowed_ingress()
397 tagged = true; in __allowed_ingress()
401 tagged = false; in __allowed_ingress()
418 if (likely(!tagged)) in __allowed_ingress()
/linux-4.4.14/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.
Daic7xxx.seq63 * this list every time a request sense occurs or after completing a non-tagged
266 * If this is a tagged request, the tagged message must
467 * If we are the result of a tagged command, send
1810 * Determine whether a target is using tagged or non-tagged
1814 * this must be a tagged transaction.
1875 * SCB. With SCB paging, we must search for non-tagged
Daic79xx.seq1092 * Determine whether a target is using tagged or non-tagged
1095 * transaction for this target, this must be a tagged transaction.
/linux-4.4.14/lib/
Dradix-tree.c897 unsigned long tagged = 0; in radix_tree_range_tag_if_tagged() local
936 tagged++; in radix_tree_range_tag_if_tagged()
967 if (tagged >= nr_to_tag) in radix_tree_range_tag_if_tagged()
983 if (tagged > 0) in radix_tree_range_tag_if_tagged()
987 return tagged; in radix_tree_range_tag_if_tagged()
/linux-4.4.14/Documentation/zh_CN/arm/
DBooting43 4、设置内核标签列表(tagged list)。
/linux-4.4.14/Documentation/networking/
Dvxge.txt84 Enables/disables vlan tag stripping from all received tagged frames that
Dnetdev-FAQ.txt41 the merge window is closed, and it is called/tagged "-rc1". No new
82 in the dev cycle. If it was tagged rc7 a week ago, then a release
Dip-sysctl.txt1692 bridge-nf-filter-vlan-tagged - BOOLEAN
1693 1 : pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables.
1697 bridge-nf-filter-pppoe-tagged - BOOLEAN
1698 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
1703 1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan
Dswitchdev.txt272 so packet filters should be applied consistently across untagged and tagged
Dbonding.txt572 interfaces are tagged with the appropriate VLAN id.
1815 driver and passing through bonding will be tagged by default. Self
1818 tagged internally by bonding itself. As a result, bonding must
1827 of mixed adapter types, hardware accelerated tagged packets that
/linux-4.4.14/fs/xfs/
Dxfs_icache.c1362 int tagged; in xfs_inode_set_eofblocks_tag() local
1368 tagged = radix_tree_tagged(&pag->pag_ici_root, in xfs_inode_set_eofblocks_tag()
1373 if (!tagged) { in xfs_inode_set_eofblocks_tag()
/linux-4.4.14/drivers/scsi/arm/
DKconfig16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_qp.c615 int tagged = 0; in build_term_codes() local
626 tagged = (opcode == T3_RDMA_WRITE) || in build_term_codes()
661 if (tagged) { in build_term_codes()
701 if (tagged) { in build_term_codes()
/linux-4.4.14/block/
DKconfig58 can handle complicated SCSI commands: tagged variable length cdbs
/linux-4.4.14/mm/
Dpage-writeback.c2107 unsigned long tagged; in tag_pages_for_writeback() local
2111 tagged = radix_tree_range_tag_if_tagged(&mapping->page_tree, in tag_pages_for_writeback()
2115 WARN_ON_ONCE(tagged > WRITEBACK_TAG_BATCH); in tag_pages_for_writeback()
2118 } while (tagged >= WRITEBACK_TAG_BATCH && start); in tag_pages_for_writeback()
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt572 Syntax: atascsi=<can_queue>[,<cmd_per_lun>[,<scat-gat>[,<host-id>[,<tagged>]]]]
594 from 1. If tagged queuing (see below) is not used, values greater
623 <tagged>:
624 0 means turn off tagged queuing support, all other values > 0 mean
625 use tagged queuing for targets that support it. Default: currently
626 off, but this may change when tagged queuing handling has been
632 tagged queuing (:-().
/linux-4.4.14/drivers/scsi/
DKconfig690 bool "enable tagged command queueing"
715 only if you have disks with buggy or limited tagged command support.
1074 int "Default tagged command queue depth"
1080 that support tagged command queueing. This value can be changed
1090 that can be queued to any device, when tagged command queuing is
1154 int "default tagged command queue depth"
1185 that can be queued to any device, when tagged command queuing is
1192 are able to take advantage of more than 32 tagged commands.
1409 bool "enable tagged command queueing"
1434 only if you have disks with buggy or limited tagged command support.
/linux-4.4.14/Documentation/vm/
Dhighmem.txt56 Other architectures that have mm context tagged TLBs can have separate kernel
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c949 int tagged; in build_term_codes() local
965 tagged = (opcode == FW_RI_RDMA_WRITE) || in build_term_codes()
999 if (tagged) { in build_term_codes()
1039 if (tagged) { in build_term_codes()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvpp2.c1532 bool tagged, bool extend) in mvpp2_prs_dsa_tag_set() argument
1538 tid = tagged ? MVPP2_PE_EDSA_TAGGED : MVPP2_PE_EDSA_UNTAGGED; in mvpp2_prs_dsa_tag_set()
1541 tid = tagged ? MVPP2_PE_DSA_TAGGED : MVPP2_PE_DSA_UNTAGGED; in mvpp2_prs_dsa_tag_set()
1562 if (tagged) { in mvpp2_prs_dsa_tag_set()
1591 bool add, bool tagged, bool extend) in mvpp2_prs_dsa_tag_ethertype_set() argument
1597 tid = tagged ? MVPP2_PE_ETYPE_EDSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set()
1602 tid = tagged ? MVPP2_PE_ETYPE_DSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set()
1631 if (tagged) { in mvpp2_prs_dsa_tag_ethertype_set()
/linux-4.4.14/Documentation/
Dstable_kernel_rules.txt133 - The finalized and tagged releases of all stable kernels can be found
Dcachetlb.txt140 indexed physically tagged caches of IA32 processors have no need to
DCodingStyle695 and driver, and are tagged with the right level: dev_err(), dev_warn(),
Dkernel-parameters.txt1791 feature (tagged TLBs) on capable Intel chips.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt717 queueing (typically known as tagged command queueing), ie manage more than
736 Start tagged operation for this request. A free tag number between
744 End tagged operation on this request. 'rq' is removed from the internal
754 of these helpers, see the IDE tagged command queueing support.
757 queue. For instance, on IDE any tagged request error needs to clear both
792 Returns 1 if the request 'rq' is tagged.
Ddata-integrity.txt113 Some storage devices allow each hardware sector to be tagged with a
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs.h682 u32 tagged; /* tagged receive frames */ member
Dbfa_fcs.c1667 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv()
/linux-4.4.14/Documentation/usb/
Dproc_usb_info.txt92 Each line is tagged with a one-character ID for that line:
/linux-4.4.14/arch/m68k/fpsp040/
Dround.S383 | set (otherwise this would have been tagged a zero not a denorm).
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt555 (tagged or untagged) for the given switch port
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt144 tagged-command-queuing, and would likely be used by different threads or
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt165 to the kernel with a tagged list of predefined parameters.
171 r2 : Physical address of tagged list in system RAM
/linux-4.4.14/Documentation/security/
DSmack.txt545 transmissions. Every packet sent by a Smack process is tagged with its Smack
/linux-4.4.14/
DMAINTAINERS87 Obsolete: Old code. Something tagged obsolete generally means