Home
last modified time | relevance | path

Searched refs:fabric (Results 1 – 25 of 101) sorted by relevance

12345

/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c41 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_CREATE); in bfa_fcs_init()
56 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; in bfa_fcs_update_cfg() local
57 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; in bfa_fcs_update_cfg()
58 struct bfa_ioc_s *ioc = &fabric->fcs->bfa->ioc; in bfa_fcs_update_cfg()
110 bfa_fcs_fabric_psymb_init(&fcs->fabric); in bfa_fcs_driver_info_init()
111 bfa_fcs_fabric_nsymb_init(&fcs->fabric); in bfa_fcs_driver_info_init()
127 bfa_lps_delete(fcs->fabric.lps); in bfa_fcs_exit()
128 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_DELETE); in bfa_fcs_exit()
142 if (fabric->fab_type == BFA_FCS_FABRIC_SWITCHED) \
153 static void bfa_fcs_fabric_init(struct bfa_fcs_fabric_s *fabric);
[all …]
H A Dbfa_fcs_lport.c160 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_init()
189 __port_action[port->fabric->fab_type].offline(port); in bfa_fcs_lport_sm_online()
197 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_online()
209 __port_action[port->fabric->fab_type].offline(port); in bfa_fcs_lport_sm_online()
255 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_offline()
302 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_stopping()
343 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_lport_aen_post()
350 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id; in bfa_fcs_lport_aen_post()
384 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt()
418 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt()
[all …]
/linux/sound/aoa/core/
H A Dcore.c20 static struct aoa_fabric *fabric; variable
31 if (fabric->found_codec) in attach_codec_to_fabric()
32 err = fabric->found_codec(c); in attach_codec_to_fabric()
39 c->fabric = fabric; in attach_codec_to_fabric()
46 c->fabric = NULL; in attach_codec_to_fabric()
47 if (fabric->remove_codec) in attach_codec_to_fabric()
48 fabric->remove_codec(c); in attach_codec_to_fabric()
52 if (fabric->attached_codec) in attach_codec_to_fabric()
53 fabric->attached_codec(c); in attach_codec_to_fabric()
64 if (fabric) in aoa_codec_register()
[all …]
/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dcoherency-fabric.txt1 Coherency fabric
9 * "marvell,coherency-fabric", to be used for the coherency fabric of
12 * "marvell,armada-375-coherency-fabric", for the Armada 375 coherency
13 fabric.
15 * "marvell,armada-380-coherency-fabric", for the Armada 38x coherency
16 fabric.
18 - reg: Should contain coherency fabric registers location and
21 * For "marvell,coherency-fabric", the first pair for the coherency
22 fabric registers, second pair for the per-CPU fabric registers.
24 * For "marvell,armada-375-coherency-fabric", only one pair is needed
[all …]
/linux/drivers/scsi/fnic/
H A Dfdls_disc.c68 (iport->fabric.retry_counter == FABRIC_LOGO_MAX_RETRY)
395 fnic->iport.fabric.del_timer_inprogress = 1; in fnic_del_fabric_timer_sync()
397 timer_delete_sync(&fnic->iport.fabric.retry_timer); in fnic_del_fabric_timer_sync()
399 fnic->iport.fabric.del_timer_inprogress = 0; in fnic_del_fabric_timer_sync()
418 if (iport->fabric.timer_pending) { in fdls_start_fabric_timer()
423 iport->fabric.timer_pending = 0; in fdls_start_fabric_timer()
426 if (!(iport->fabric.flags & FNIC_FDLS_FABRIC_ABORT_ISSUED)) in fdls_start_fabric_timer()
427 iport->fabric.retry_counter++; in fdls_start_fabric_timer()
430 mod_timer(&iport->fabric.retry_timer, round_jiffies(fabric_tov)); in fdls_start_fabric_timer()
431 iport->fabric.timer_pending = 1; in fdls_start_fabric_timer()
[all …]
/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c159 const struct tegra234_cbb_fabric *fabric; member
190 if (!cbb->fabric->firewall_base || in tegra234_cbb_write_access_allowed()
191 !cbb->fabric->firewall_ctl || in tegra234_cbb_write_access_allowed()
192 !cbb->fabric->firewall_wr_ctl) { in tegra234_cbb_write_access_allowed()
197 if ((cbb->fabric->firewall_ctl > FIREWALL_APERTURE_SZ) || in tegra234_cbb_write_access_allowed()
198 (cbb->fabric->firewall_wr_ctl > FIREWALL_APERTURE_SZ)) { in tegra234_cbb_write_access_allowed()
203 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_ctl); in tegra234_cbb_write_access_allowed()
216 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_wr_ctl); in tegra234_cbb_write_access_allowed()
228 addr = priv->regs + priv->fabric->notifier_offset; in tegra234_cbb_fault_enable()
229 writel(priv->fabric->err_intr_enbl, addr + FABRIC_EN_CFG_INTERRUPT_ENABLE_0_0); in tegra234_cbb_fault_enable()
[all …]
/linux/arch/arm/mach-hisi/
H A Dplatmcpm.c59 static void __iomem *sysctrl, *fabric; variable
85 if (!fabric) in hip04_set_snoop_filter()
87 data = readl_relaxed(fabric + FAB_SF_MODE); in hip04_set_snoop_filter()
92 writel_relaxed(data, fabric + FAB_SF_MODE); in hip04_set_snoop_filter()
95 } while (data != readl_relaxed(fabric + FAB_SF_MODE)); in hip04_set_snoop_filter()
311 fabric = of_iomap(np_fab, 0); in hip04_smp_init()
312 if (!fabric) { in hip04_smp_init()
336 iounmap(fabric); in hip04_smp_init()
/linux/drivers/target/tcm_remote/
H A DKconfig6 Say Y here to enable the TCM Virtual Remote fabric
7 That fabric is a dummy fabric to tell TCM about configuration
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dccf.txt5 The CoreNet coherency fabric is a fabric-oriented, connectivity infrastructure
11 fsl,corenet1-cf - CoreNet coherency fabric version 1.
14 fsl,corenet2-cf - CoreNet coherency fabric version 2.
/linux/sound/aoa/
H A Daoa.h55 struct aoa_fabric *fabric; member
98 aoa_fabric_register(struct aoa_fabric *fabric, struct device *dev);
104 aoa_fabric_unregister(struct aoa_fabric *fabric);
/linux/Documentation/ABI/testing/
H A Dsysfs-class-fc_host6 events recorded by the F_Port, reported using fabric
14 events recorded by the F_Port/Nx_Port, reported using fabric
22 recorded by the F_Port/Nx_Port, reported using fabric
H A Dsysfs-class-fc_remote_ports6 events recorded by the F_Port/Nx_Port, reported using fabric
14 events recorded by the F_Port/Nx_Port, reported using fabric
22 recorded by the F_Port/Nx_Port, reported using fabric
H A Dsysfs-bus-fcoe20 fcoe_ctlr_device out of the fabric or otherwise connected
47 initiated and ultimately a fabric login is attempted.
87 Fibre Channel frames into a FC fabric. It can also take
94 Identifies the fabric that the FCF services.
101 fabric.
122 - "Disconnected" - No link to the FCF/fabric
H A Dsysfs-firmware-sgi_uv78 fabric. The 'x.x' value represents the ASIC revision.
82 the interconnect fabric. The 'x' value representing
83 the fabric technology version. (ex. 'NL8Router')
95 each representing a fabric port on the corresponding hub.
105 ordinal value of the hub on the other end of the fabric
110 ordinal value of the port on the other end of the fabric cable
/linux/Documentation/target/
H A Dtcm_mod_builder.rst2 The TCM v4 fabric module script generator
8 script to generate a brand new functional TCM v4 fabric .ko module of your very own,
10 fabric skeleton, by simply using::
20 2) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module
22 3) Based on user defined T10 Proto_Ident for the new fabric module being built,
26 4) NOP API calls for all other Data I/O path and fabric dependent attribute logic
68 <M> TCM_NAB5000 fabric module
/linux/sound/aoa/fabrics/
H A DMakefile2 snd-aoa-fabric-layout-y += layout.o
4 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
H A DKconfig3 tristate "layout-id fabric"
7 This enables the layout-id fabric for the Apple Onboard
/linux/Documentation/admin-guide/pm/
H A Dintel_uncore_frequency_scaling.rst66 of mesh partitions. This partition is called fabric cluster.
69 be placed in the same fabric cluster. Benefit of fabric cluster is that it
74 fabric cluster level.
78 contain one or more fabric clusters.
80 To represent controls at fabric cluster level in addition to the
100 This attribute is used to get the fabric cluster id of this instance.
116 When user uses controls at "package_*_die_*" level, then every fabric
124 Support for "current_freq_khz" is available only at each fabric cluster
/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs-sev-kit-fabric.dtsi5 fabric_clk3: fabric-clk3 {
11 fabric_clk1: fabric-clk1 {
H A Dmpfs-tysom-m-fabric.dtsi7 fabric_clk3: fabric-clk3 {
13 fabric_clk1: fabric-clk1 {
H A Dmpfs-beaglev-fire-fabric.dtsi4 fabric_clk3: fabric-clk3 {
10 fabric_clk1: fabric-clk1 {
16 fabric-bus@40000000 {
H A Dmpfs-polarberry-fabric.dtsi5 fabric_clk3: fabric-clk3 {
11 fabric_clk1: fabric-clk1 {
/linux/drivers/target/loopback/
H A DKconfig3 tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
7 fabric loopback module.
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst23 * cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
39 :alt: Digraph of CXL fabric describing host-bridge interleaving
40 :caption: Diagraph of CXL fabric with a host-bridge interleave memory region
68 Most devices in a CXL fabric are a `port` of some kind (because each
102 The root is first `logical port` in the CXL fabric, as presented by the Linux
129 CXL `Host Bridges` in the fabric are probed during :code:`cxl_acpi_probe` at
149 An `endpoint` is a terminal port in the fabric. This is a `logical device`,
151 is still considered a type of `port` in the fabric.
190 :alt: Digraph of CXL fabric describing host-bridge interleaving
191 :caption: Diagraph of CXL fabric with a host-bridge interleave memory region
[all …]
/linux/Documentation/infiniband/
H A Dopa_vnic.rst6 supports Ethernet functionality over Omni-Path fabric by encapsulating
13 fabric topology. A subset of HFI nodes on the Omni-Path fabric are
16 abstractions achieved by configuring the HFI nodes on the fabric for
18 nodes across the fabric exchange encapsulated Ethernet packets over a

12345