| /linux/drivers/scsi/bfa/ |
| A D | bfa_fcs.c | 56 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; in bfa_fcs_update_cfg() local 528 bfa_trc(fabric->fcs, fabric->bb_credit); in bfa_fcs_fabric_sm_nofabric() 902 bfa_trc(fabric->fcs, fabric->bb_credit); in bfa_cb_lps_flogi_comp() 912 fabric->is_npiv = fabric->lps->npiv_en; in bfa_cb_lps_flogi_comp() 926 bfa_trc(fabric->fcs, fabric->is_npiv); in bfa_cb_lps_flogi_comp() 927 bfa_trc(fabric->fcs, fabric->is_auth); in bfa_cb_lps_flogi_comp() 1068 fabric = &fcs->fabric; in bfa_fcs_fabric_modstop() 1081 fabric = &fcs->fabric; in bfa_fcs_fabric_modstart() 1124 bfa_trc(fabric->fcs, fabric->vf_id); in bfa_fcs_fabric_addvport() 1538 fabric = &fcs->fabric; in bfa_fcs_uf_recv() [all …]
|
| A D | bfa_fcs.h | 204 struct bfa_fcs_fabric_s *fabric; /* parent fabric */ member 366 ((_lport)->fabric->fabric_ip_addr) 915 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric); 916 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric); 917 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric, 919 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric, 922 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn); 924 void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, 926 void bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric); 927 void bfa_fcs_fabric_nsymb_init(struct bfa_fcs_fabric_s *fabric); [all …]
|
| A D | bfa_fcs_lport.c | 748 bfa_wc_down(&port->fabric->wc); in bfa_fcs_lport_deleted() 1091 lport->fabric->vf_drv, in bfa_fcs_lport_init() 1131 if (port->fabric) { in bfa_fcs_lport_get_attr() 1149 port->fabric->lps->lp_mac; in bfa_fcs_lport_get_attr() 4979 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_ns_process_gidft_pids() local 5478 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_scn_portid_rscn() local 5489 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5645 return &fcs->fabric.bport; in bfa_fcs_get_base_port() 5854 port->fabric->num_vports; in bfa_fcs_lport_get_info() 6652 if (fcs->fabric.num_vports == in bfa_fcs_vport_create() [all …]
|
| /linux/sound/aoa/core/ |
| A D | core.c | 31 if (fabric->found_codec) in attach_codec_to_fabric() 39 c->fabric = fabric; in attach_codec_to_fabric() 46 c->fabric = NULL; in attach_codec_to_fabric() 64 if (fabric) in aoa_codec_register() 77 if (fabric && fabric->remove_codec) in aoa_codec_unregister() 79 codec->fabric = NULL; in aoa_codec_unregister() 95 if (fabric) in aoa_fabric_register() 104 fabric = new_fabric; in aoa_fabric_register() 108 if (c->fabric != fabric) in aoa_fabric_register() 123 if (c->fabric) in aoa_fabric_unregister() [all …]
|
| /linux/Documentation/devicetree/bindings/arm/marvell/ |
| A D | coherency-fabric.txt | 1 Coherency fabric 9 * "marvell,coherency-fabric", to be used for the coherency fabric of 13 fabric. 16 fabric. 22 fabric registers, second pair for the per-CPU fabric registers. 25 for the per-CPU fabric registers. 28 for the per-CPU fabric registers. 37 coherency-fabric@d0020200 { 38 compatible = "marvell,coherency-fabric"; 44 coherency-fabric@21810 { [all …]
|
| /linux/drivers/soc/tegra/cbb/ |
| A D | tegra234-cbb.c | 141 if (!cbb->fabric->firewall_base || in tegra234_cbb_write_access_allowed() 142 !cbb->fabric->firewall_ctl || in tegra234_cbb_write_access_allowed() 143 !cbb->fabric->firewall_wr_ctl) { in tegra234_cbb_write_access_allowed() 154 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_ctl); in tegra234_cbb_write_access_allowed() 167 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_wr_ctl); in tegra234_cbb_write_access_allowed() 506 cbb->fabric->name, status); in print_err_notifier() 594 if (priv->fabric->off_mask_erd) { in tegra234_cbb_isr() 1101 return entry->fabric; in tegra234_cbb_acpi_get_fabric() 1128 if (!fabric) { in tegra234_cbb_probe() 1141 cbb->fabric = fabric; in tegra234_cbb_probe() [all …]
|
| /linux/Documentation/devicetree/bindings/arm/tegra/ |
| A D | nvidia,tegra234-cbb.yaml | 18 "CBB central fabric". 25 fabric to the SoC interrupt controller. 41 pattern: "^[a-z]+-fabric@[0-9a-f]+$" 45 - nvidia,tegra234-aon-fabric 46 - nvidia,tegra234-bpmp-fabric 47 - nvidia,tegra234-cbb-fabric 48 - nvidia,tegra234-dce-fabric 49 - nvidia,tegra234-rce-fabric 50 - nvidia,tegra234-sce-fabric 70 cbb-fabric@1300000 { [all …]
|
| /linux/arch/arm/mach-hisi/ |
| A D | platmcpm.c | 59 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/ |
| A D | Kconfig | 6 Say Y here to enable the TCM Virtual Remote fabric 7 That fabric is a dummy fabric to tell TCM about configuration
|
| /linux/sound/aoa/ |
| A D | aoa.h | 55 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/devicetree/bindings/powerpc/fsl/ |
| A D | ccf.txt | 5 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/drivers/scsi/qla2xxx/ |
| A D | Kconfig | 35 tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs" 41 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ 46 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs" 49 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-fc_host | 6 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
|
| A D | sysfs-class-fc_remote_ports | 6 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
|
| A D | sysfs-bus-fcoe | 20 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
|
| A D | sysfs-firmware-sgi_uv | 78 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/sound/aoa/fabrics/ |
| A D | Makefile | 2 snd-aoa-fabric-layout-y += layout.o 4 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
|
| A D | Kconfig | 3 tristate "layout-id fabric" 7 This enables the layout-id fabric for the Apple Onboard
|
| /linux/arch/riscv/boot/dts/microchip/ |
| A D | mpfs-sev-kit-fabric.dtsi | 5 fabric_clk3: fabric-clk3 { 11 fabric_clk1: fabric-clk1 {
|
| A D | mpfs-tysom-m-fabric.dtsi | 7 fabric_clk3: fabric-clk3 { 13 fabric_clk1: fabric-clk1 {
|
| A D | mpfs-beaglev-fire-fabric.dtsi | 4 fabric_clk3: fabric-clk3 { 10 fabric_clk1: fabric-clk1 { 16 fabric-bus@40000000 {
|
| /linux/drivers/target/loopback/ |
| A D | Kconfig | 3 tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" 7 fabric loopback module.
|
| /linux/Documentation/admin-guide/pm/ |
| A D | intel_uncore_frequency_scaling.rst | 66 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 95 This attribute is used to get the fabric cluster id of this instance. 106 When user uses controls at "package_*_die_*" level, then every fabric 114 Support for "current_freq_khz" is available only at each fabric cluster
|
| /linux/Documentation/target/ |
| A D | tcm_mod_builder.rst | 2 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/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
| A D | hip04-fabric.yaml | 4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/hip04-fabric.yaml# 17 - const: hisilicon,hip04-fabric
|