Home
last modified time | relevance | path

Searched full:initiator (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c84 struct memory_initiator *initiator; in find_mem_initiator() local
86 list_for_each_entry(initiator, &initiators, node) in find_mem_initiator()
87 if (initiator->processor_pxm == cpu_pxm) in find_mem_initiator()
88 return initiator; in find_mem_initiator()
104 struct memory_initiator *initiator; in alloc_memory_initiator() local
109 initiator = find_mem_initiator(cpu_pxm); in alloc_memory_initiator()
110 if (initiator) in alloc_memory_initiator()
113 initiator = kzalloc(sizeof(*initiator), GFP_KERNEL); in alloc_memory_initiator()
114 if (!initiator) in alloc_memory_initiator()
117 initiator->processor_pxm = cpu_pxm; in alloc_memory_initiator()
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst40 filehandle to initiator and/or follower mode which can be exclusive
41 depending on the chosen mode. The initiator is the filehandle that is
44 adapter and processes them. The same filehandle can be both initiator
54 feature abort is sent back to the initiator if the framework couldn't
67 If there is no initiator, then any CEC filehandle can use
69 initiator then only that initiator can call
73 Available initiator modes are:
79 .. flat-table:: Initiator Modes
84 * .. _`CEC-MODE-NO-INITIATOR`:
88 - This is not an initiator, i.e. it cannot transmit CEC messages or
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_fabric_lib.c142 * From spc4r37 section 7.6.4.6: TransportID for initiator ports using in iscsi_get_pr_transport_id()
145 * Table 507 TPID=0 Initiator device TransportID in iscsi_get_pr_transport_id()
148 * contain the iSCSI name of an iSCSI initiator node (see RFC 7143). in iscsi_get_pr_transport_id()
158 * Set FORMAT CODE 01b for iSCSI Initiator port TransportID in iscsi_get_pr_transport_id()
165 * Table 508 TPID=1 Initiator port TransportID. in iscsi_get_pr_transport_id()
173 * The null-terminated, null-padded ISCSI INITIATOR SESSION ID in iscsi_get_pr_transport_id()
174 * field shall contain the iSCSI initiator session identifier in iscsi_get_pr_transport_id()
176 * hexadecimal digits converted from the binary iSCSI initiator in iscsi_get_pr_transport_id()
177 * session identifier value. The first ISCSI INITIATOR SESSION in iscsi_get_pr_transport_id()
179 * the ISCSI INITIATOR SESSION ID field without regard for the in iscsi_get_pr_transport_id()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/
H A Discsi-initiator-utils_2.1.10.bb20 file://99_iscsi-initiator-utils \
21 file://iscsi-initiator \
22 file://iscsi-initiator.service \
23 file://iscsi-initiator-targets.service \
90 install -p -m 755 ${UNPACKDIR}/iscsi-initiator ${D}${sysconfdir}/default/
93 install -m 0644 ${UNPACKDIR}/iscsi-initiator.service \
94 ${UNPACKDIR}/iscsi-initiator-targets.service \
100 install -m 0644 ${UNPACKDIR}/99_iscsi-initiator-utils ${D}/etc/default/volatiles
114 SYSTEMD_SERVICE = " iscsi-initiator.service iscsi-initiator-targets.service "
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch4 Subject: [PATCH] Add boot initiator mailbox interface
7 for provision of the boot initiator (such as Petitboot or UEFI) with
9 Option Parameters' parameter 7 'Boot initiator mailbox'.
74 + Implement to provide the boot initiator (such as Petitboot or UEFI)
76 + 'Boot Option Parameters' parameter 7 'Boot initiator mailbox'.
86 + boot initiator on this machine.
98 + that has specified the boot initiator. This is a machine-specific
109 + The array of data bytes for the boot initiator to treat
112 + it. The boot initiator is responsible for parsing this array.
115 + set by the boot initiator used for a particular architecture or
[all …]
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c548 /* Address in the initiator's address space */
560 } initiator; member
636 u64 addr = tx->initiator.addr; in host_request_owned_transition()
638 *completer_addr = tx->initiator.host.completer_addr; in host_request_owned_transition()
646 u64 addr = tx->initiator.addr; in host_request_unshare()
648 *completer_addr = tx->initiator.host.completer_addr; in host_request_unshare()
656 u64 addr = tx->initiator.addr; in host_initiate_share()
658 *completer_addr = tx->initiator.host.completer_addr; in host_initiate_share()
666 u64 addr = tx->initiator.addr; in host_initiate_unshare()
668 *completer_addr = tx->initiator.host.completer_addr; in host_initiate_unshare()
[all …]
/openbmc/linux/include/scsi/
H A Dscsi_transport_srp.h33 * struct srp_rport - SRP initiator or target port
35 * Fields that are relevant for SRP initiator and SRP target drivers:
38 * @roles: Role of this port - initiator or target.
40 * Fields that are only relevant for SRP initiator drivers:
54 /* for initiator and target drivers */
61 /* for initiator drivers */
79 * Fields that are only relevant for SRP initiator drivers:
94 /* for initiator drivers */
H A Discsi_proto.h65 /* initiator tags; opaque for target */
67 /* below makes sense only for initiator that created this tag */
83 itt_t itt; /* Initiator Task Tag, opaque for target */
100 /* Initiator Opcode values */
145 itt_t itt; /* Initiator Task Tag */
191 itt_t itt; /* Initiator Task Tag */
249 itt_t itt; /* Initiator Task Tag */
264 itt_t itt; /* Initiator Task Tag */
280 itt_t itt; /* Initiator Task Tag */
312 itt_t itt; /* Initiator Task Tag */
[all …]
/openbmc/qemu/hw/core/
H A Dnuma.c90 * If not set the initiator, set it to MAX_NODES. And if in parse_numa_node()
93 numa_info[nodenr].initiator = MAX_NODES; in parse_numa_node()
102 if (node->initiator >= MAX_NODES) { in parse_numa_node()
103 error_report("The initiator id %" PRIu16 " expects an integer " in parse_numa_node()
104 "between 0 and %d", node->initiator, in parse_numa_node()
109 numa_info[nodenr].initiator = node->initiator; in parse_numa_node()
220 if (node->initiator > numa_state->num_nodes) { in parse_numa_hmat_lb()
221 error_setg(errp, "Invalid initiator=%d, it should be less than %d", in parse_numa_hmat_lb()
222 node->initiator, numa_state->num_nodes); in parse_numa_hmat_lb()
230 if (!numa_info[node->initiator].has_cpu && in parse_numa_hmat_lb()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-ibft1 What: /sys/firmware/ibft/initiator
4 Description: The /sys/firmware/ibft/initiator directory will contain
5 files that expose the iSCSI Boot Firmware Table initiator data.
6 Usually this contains the Initiator name.
33 hardware vs software iscsi initiator mode.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/
H A Discsi-initiator-targets.service2 Description=Open-iSCSI initiator (i.e. client) target bindings
3 After=iscsi-initiator.service
4 Requires=iscsi-initiator.service
8 EnvironmentFile=/etc/default/iscsi-initiator
H A Dinitd.debian8 # Short-Description: Starts and stops the iSCSI initiator services and logins to default targets
28 echo "Starting iSCSI initiator service" "iscsid"
37 ## may reject this initiator. The InitiatorName must be unique
38 ## for each iSCSI initiator. Do NOT duplicate iSCSI InitiatorNames.
70 echo "Stopping iSCSI initiator service"
87 echo "Failure:" "Stopping iSCSI initiator service failed, not starting"
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_fw_iscsi.h30 /* @brief init_initiator_read_iscsi_task - initializes iSCSI Initiator Read
48 /* @brief init_initiator_login_request_task - initializes iSCSI Initiator Login
61 /* @brief init_initiator_nop_out_task - initializes iSCSI Initiator NOP Out
74 /* @brief init_initiator_logout_request_task - initializes iSCSI Initiator
87 /* @brief init_initiator_tmf_request_task - initializes iSCSI Initiator TMF
96 /* @brief init_initiator_text_request_task - initializes iSCSI Initiator Text
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_nodeattrib.c3 * This file contains the main functions related to Initiator Node Attributes.
63 pr_debug("Set DataOut Timeout to %u for Initiator Node" in iscsit_na_dataout_timeout()
89 " Initiator Node %s\n", a->dataout_timeout_retries, in iscsit_na_dataout_timeout_retries()
119 pr_debug("Set NopIn Timeout to %u for Initiator" in iscsit_na_nopin_timeout()
170 " Initiator Node %s\n", a->nopin_timeout, in iscsit_na_nopin_response_timeout()
190 " Initiator Node %s\n", a->random_datain_pdu_offsets, in iscsit_na_random_datain_pdu_offsets()
210 " Initiator Node %s\n", a->random_datain_seq_offsets, in iscsit_na_random_datain_seq_offsets()
230 " Initiator Node %s\n", a->random_r2t_offsets, in iscsit_na_random_r2t_offsets()
249 pr_debug("Set use ERL0 flag to %u for Initiator" in iscsit_na_default_erl()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DEndpointGroup.v1_3_4.json181 "Initiator",
185 "Client": "This value has been deprecated in favor of `Initiator`.",
189 "Client": "The group contains the client (initiator) endpoints.",
190 "Initiator": "The group contains the initiator endpoints.", string
195 …t (initiator) endpoints. If the associated endpoints contain the `EntityRole` property, the `Enti…
196Initiator": "This value shall indicate that the endpoint group contains initiator endpoints. If t… string
201 "Initiator": "v1_3_0", string
H A DConnection.v1_4_0.json91 …"description": "The initiator-visible logical unit number (LUN) to assign to the volume. Clients …
92 …"longDescription": "This property shall contain the initiator-visible logical unit number (LUN) to…
171 …"description": "The initiator shared secret for mutual (2-way) CHAP authentication. The value is …
172 …"longDescription": "This property shall contain the initiator shared secret for mutual (2-way) CHA…
182 "description": "The initiator username for mutual (2-way) CHAP authentication.",
183 …roperty shall contain the initiator username for mutual (2-way) CHAP authentication. For example,…
525 …"description": "An array of links to the initiator endpoint groups that are associated with this c…
529initiator endpoint groups associated with this connection. If the referenced endpoint groups cont…
537 …"description": "An array of links to the initiator endpoints that are associated with this connect…
541initiator endpoints associated with this connection. If the referenced endpoints contain the `Ent…
[all …]
/openbmc/linux/drivers/net/wireless/ath/
H A Dregd.c310 enum nl80211_reg_initiator initiator, in __ath_reg_apply_beaconing_flags() argument
317 switch (initiator) { in __ath_reg_apply_beaconing_flags()
341 enum nl80211_reg_initiator initiator) in ath_reg_apply_beaconing_flags() argument
355 initiator, ch); in ath_reg_apply_beaconing_flags()
364 * @initiator: the regulatory hint initiator
378 enum nl80211_reg_initiator initiator) in ath_reg_apply_ir_flags() argument
386 switch(initiator) { in ath_reg_apply_ir_flags()
437 enum nl80211_reg_initiator initiator, in ath_reg_apply_world_flags() argument
446 ath_reg_apply_beaconing_flags(wiphy, reg, initiator); in ath_reg_apply_world_flags()
449 ath_reg_apply_beaconing_flags(wiphy, reg, initiator); in ath_reg_apply_world_flags()
[all …]
/openbmc/linux/drivers/dma/bestcomm/
H A Dgen_bd.c74 int initiator; member
86 int initiator, int ipr, int maxbufsize) in bcom_gen_bd_rx_init() argument
100 priv->initiator = initiator; in bcom_gen_bd_rx_init()
151 out_8(&bcom_eng->regs->ipr[priv->initiator], priv->ipr); in bcom_gen_bd_rx_reset()
152 bcom_set_initiator(tsk->tasknum, priv->initiator); in bcom_gen_bd_rx_reset()
171 int initiator, int ipr) in bcom_gen_bd_tx_init() argument
185 priv->initiator = initiator; in bcom_gen_bd_tx_init()
235 out_8(&bcom_eng->regs->ipr[priv->initiator], priv->ipr); in bcom_gen_bd_tx_reset()
236 bcom_set_initiator(tsk->tasknum, priv->initiator); in bcom_gen_bd_tx_reset()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst30 A "memory initiator" is a node containing one or more devices such as
36 performance when accessing a given memory target. Each initiator-target
38 this relationship. The highest performing initiator to a given target
41 local initiators, and any given initiator may have multiple local
54 A memory initiator may have multiple memory targets in the same access
57 linked initiator nodes. Each target within an initiator's access class,
112 initiator access, and the term "near memory" represents the fastest
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp31 class defines the format of the SRP initiator and target
34 identifier extension portion of the SRP initiator port
35 identifier. This data is sent by the initiator to the target
47 communicated from initiator to target via an additional RDMA
49 amount of data that can be transferred between initiator and
68 initiator is allowed to queue per SCSI host. The default
72 initiator to target information unit length.
189 Description: Number of times the initiator had to wait before sending a
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra194-cbb.yaml14 initiator to a target's register configuration space. CBB 1.0 has
23 By default, the access issuing initiator is informed about the error
25 Disable) is enabled/set for that initiator. If the ERD is enabled, then
28 - For CCPLEX (CPU Complex) initiator, the driver sets ERD bit. So, the
32 initiator is informed about the illegal access by Data Abort exception.
/openbmc/qemu/tests/qtest/
H A Dnuma-test.c390 "-numa node,nodeid=1,memdev=m1,initiator=0 " in pc_hmat_build_cfg()
395 /* Fail: Initiator should be less than the number of nodes */ in pc_hmat_build_cfg()
397 " 'arguments': { 'type': 'hmat-lb', 'initiator': 2, 'target': 0," in pc_hmat_build_cfg()
402 " 'arguments': { 'type': 'hmat-lb', 'initiator': 0, 'target': 2," in pc_hmat_build_cfg()
405 /* Fail: Initiator should contain cpu */ in pc_hmat_build_cfg()
407 " 'arguments': { 'type': 'hmat-lb', 'initiator': 1, 'target': 0," in pc_hmat_build_cfg()
412 " 'arguments': { 'type': 'hmat-lb', 'initiator': 0, 'target': 0," in pc_hmat_build_cfg()
416 " 'arguments': { 'type': 'hmat-lb', 'initiator': 0, 'target': 0," in pc_hmat_build_cfg()
422 " 'arguments': { 'type': 'hmat-lb', 'initiator': 0, 'target': 0," in pc_hmat_build_cfg()
428 " 'arguments': { 'type': 'hmat-lb', 'initiator': 0, 'target': 0," in pc_hmat_build_cfg()
[all …]
H A Dbios-tables-test.c1804 " -numa node,nodeid=1,memdev=m1,initiator=0" in test_acpi_tcg_acpi_hmat()
1807 " -numa hmat-lb,initiator=0,target=0,hierarchy=memory," in test_acpi_tcg_acpi_hmat()
1809 " -numa hmat-lb,initiator=0,target=0,hierarchy=memory," in test_acpi_tcg_acpi_hmat()
1811 " -numa hmat-lb,initiator=0,target=1,hierarchy=memory," in test_acpi_tcg_acpi_hmat()
1813 " -numa hmat-lb,initiator=0,target=1,hierarchy=memory," in test_acpi_tcg_acpi_hmat()
1862 " -numa hmat-lb,initiator=0,target=0,hierarchy=memory," in test_acpi_aarch64_virt_tcg_acpi_hmat()
1864 " -numa hmat-lb,initiator=0,target=0,hierarchy=memory," in test_acpi_aarch64_virt_tcg_acpi_hmat()
1866 " -numa hmat-lb,initiator=0,target=1,hierarchy=memory," in test_acpi_aarch64_virt_tcg_acpi_hmat()
1868 " -numa hmat-lb,initiator=0,target=1,hierarchy=memory," in test_acpi_aarch64_virt_tcg_acpi_hmat()
1870 " -numa hmat-lb,initiator=0,target=2,hierarchy=memory," in test_acpi_aarch64_virt_tcg_acpi_hmat()
[all …]
/openbmc/qemu/hw/acpi/
H A Dhmat.c38 uint32_t initiator, uint32_t mem_node) in build_hmat_mpda() argument
52 /* Proximity Domain for the Attached Initiator */ in build_hmat_mpda()
53 build_append_int_noprefix(table_data, initiator, 4); in build_hmat_mpda()
88 + 4 * num_initiator /* Initiator Proximity Domain List */ in build_hmat_lb()
105 /* Number of Initiator Proximity Domains (s) */ in build_hmat_lb()
122 /* Initiator Proximity Domain List */ in build_hmat_lb()
138 index = initiator_to_index[lb_data->initiator] * num_target + in build_hmat_lb()
220 if (numa_state->nodes[i].initiator < MAX_NODES) { in hmat_build_table_structs()
224 build_hmat_mpda(table_data, flags, numa_state->nodes[i].initiator, i); in hmat_build_table_structs()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dregd.c132 enum nl80211_reg_initiator initiator) in _rtl_reg_apply_beaconing_flags() argument
152 if (initiator == NL80211_REGDOM_SET_BY_COUNTRY_IE) { in _rtl_reg_apply_beaconing_flags()
184 initiator) in _rtl_reg_apply_active_scan_flags()
198 if (initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE) { in _rtl_reg_apply_active_scan_flags()
271 enum nl80211_reg_initiator initiator, in _rtl_reg_apply_world_flags() argument
274 _rtl_reg_apply_beaconing_flags(wiphy, initiator); in _rtl_reg_apply_world_flags()
275 _rtl_reg_apply_active_scan_flags(wiphy, initiator); in _rtl_reg_apply_world_flags()
286 switch (request->initiator) { in _rtl_reg_notifier_apply()
292 _rtl_reg_apply_world_flags(wiphy, request->initiator, reg); in _rtl_reg_notifier_apply()

12345678910>>...23