Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/Documentation/zh_CN/arm64/
Dtagged-pointers.txt1 Chinese translated version of Documentation/arm64/tagged-pointers.txt
12 Documentation/arm64/tagged-pointers.txt 的中文翻译
/linux-4.1.27/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.1.27/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.1.27/net/bridge/
Dbr_vlan.c166 bool tagged; in br_allowed_ingress() local
210 tagged = false; in br_allowed_ingress()
212 tagged = true; in br_allowed_ingress()
216 tagged = false; in br_allowed_ingress()
233 if (likely(!tagged)) in br_allowed_ingress()
/linux-4.1.27/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
DLocking284 will leave the page itself marked clean but it will be tagged as dirty in the
Dvfs.txt507 pressure, page lookup by address, and keeping track of pages tagged as
638 tagged as DIRTY and will pass them to ->writepage.
/linux-4.1.27/kernel/
Daudit_tree.c782 struct vfsmount *tagged; in audit_tag_tree() local
788 tagged = collect_mounts(&path2); in audit_tag_tree()
790 if (IS_ERR(tagged)) in audit_tag_tree()
791 return PTR_ERR(tagged); in audit_tag_tree()
795 drop_collected_mounts(tagged); in audit_tag_tree()
825 failed = iterate_mounts(tag_mount, tree, tagged); in audit_tag_tree()
868 drop_collected_mounts(tagged); in audit_tag_tree()
/linux-4.1.27/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.1.27/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.1.27/lib/
Dradix-tree.c892 unsigned long tagged = 0; in radix_tree_range_tag_if_tagged() local
931 tagged++; in radix_tree_range_tag_if_tagged()
962 if (tagged >= nr_to_tag) in radix_tree_range_tag_if_tagged()
978 if (tagged > 0) in radix_tree_range_tag_if_tagged()
982 return tagged; in radix_tree_range_tag_if_tagged()
/linux-4.1.27/Documentation/zh_CN/arm/
DBooting43 4、设置内核标签列表(tagged list)。
/linux-4.1.27/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.txt1606 bridge-nf-filter-vlan-tagged - BOOLEAN
1607 1 : pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables.
1611 bridge-nf-filter-pppoe-tagged - BOOLEAN
1612 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
1617 1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan
Dbonding.txt535 interfaces are tagged with the appropriate VLAN id.
1731 driver and passing through bonding will be tagged by default. Self
1734 tagged internally by bonding itself. As a result, bonding must
1743 of mixed adapter types, hardware accelerated tagged packets that
/linux-4.1.27/mm/
Dpage-writeback.c1797 unsigned long tagged; in tag_pages_for_writeback() local
1801 tagged = radix_tree_range_tag_if_tagged(&mapping->page_tree, in tag_pages_for_writeback()
1805 WARN_ON_ONCE(tagged > WRITEBACK_TAG_BATCH); in tag_pages_for_writeback()
1808 } while (tagged >= WRITEBACK_TAG_BATCH && start); in tag_pages_for_writeback()
/linux-4.1.27/fs/xfs/
Dxfs_icache.c1360 int tagged; in xfs_inode_set_eofblocks_tag() local
1366 tagged = radix_tree_tagged(&pag->pag_ici_root, in xfs_inode_set_eofblocks_tag()
1371 if (!tagged) { in xfs_inode_set_eofblocks_tag()
/linux-4.1.27/drivers/scsi/arm/
DKconfig16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c614 int tagged = 0; in build_term_codes() local
625 tagged = (opcode == T3_RDMA_WRITE) || in build_term_codes()
660 if (tagged) { in build_term_codes()
700 if (tagged) { in build_term_codes()
/linux-4.1.27/block/
DKconfig58 can handle complicated SCSI commands: tagged variable length cdbs
/linux-4.1.27/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.1.27/drivers/scsi/
DKconfig678 bool "enable tagged command queueing"
703 only if you have disks with buggy or limited tagged command support.
1062 int "Default tagged command queue depth"
1068 that support tagged command queueing. This value can be changed
1078 that can be queued to any device, when tagged command queuing is
1142 int "default tagged command queue depth"
1173 that can be queued to any device, when tagged command queuing is
1180 are able to take advantage of more than 32 tagged commands.
1397 bool "enable tagged command queueing"
1422 only if you have disks with buggy or limited tagged command support.
/linux-4.1.27/Documentation/vm/
Dhighmem.txt56 Other architectures that have mm context tagged TLBs can have separate kernel
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c936 int tagged; in build_term_codes() local
952 tagged = (opcode == FW_RI_RDMA_WRITE) || in build_term_codes()
986 if (tagged) { in build_term_codes()
1026 if (tagged) { in build_term_codes()
/linux-4.1.27/Documentation/
Dstable_kernel_rules.txt124 - 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.txt1726 feature (tagged TLBs) on capable Intel chips.
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c1513 bool tagged, bool extend) in mvpp2_prs_dsa_tag_set() argument
1519 tid = tagged ? MVPP2_PE_EDSA_TAGGED : MVPP2_PE_EDSA_UNTAGGED; in mvpp2_prs_dsa_tag_set()
1522 tid = tagged ? MVPP2_PE_DSA_TAGGED : MVPP2_PE_DSA_UNTAGGED; in mvpp2_prs_dsa_tag_set()
1543 if (tagged) { in mvpp2_prs_dsa_tag_set()
1572 bool add, bool tagged, bool extend) in mvpp2_prs_dsa_tag_ethertype_set() argument
1578 tid = tagged ? MVPP2_PE_ETYPE_EDSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set()
1583 tid = tagged ? MVPP2_PE_ETYPE_DSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set()
1612 if (tagged) { in mvpp2_prs_dsa_tag_ethertype_set()
/linux-4.1.27/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.1.27/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.1.27/Documentation/usb/
Dproc_usb_info.txt92 Each line is tagged with a one-character ID for that line:
/linux-4.1.27/arch/m68k/fpsp040/
Dround.S383 | set (otherwise this would have been tagged a zero not a denorm).
/linux-4.1.27/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.1.27/Documentation/security/
DSmack.txt510 transmissions. Every packet sent by a Smack process is tagged with its Smack
/linux-4.1.27/
DMAINTAINERS87 Obsolete: Old code. Something tagged obsolete generally means