/linux-6.3-rc2/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 | 138 struct bfa_fcs_fabric_s *fabric; /* parent fabric */ member 273 ((_lport)->fabric->fabric_ip_addr) 801 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric); 802 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric); 803 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric, 805 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric, 808 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn); 810 void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, 812 void bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric); 813 void bfa_fcs_fabric_nsymb_init(struct bfa_fcs_fabric_s *fabric); [all …]
|
A D | bfa_fcs_lport.c | 761 bfa_wc_down(&port->fabric->wc); in bfa_fcs_lport_deleted() 1104 lport->fabric->vf_drv, in bfa_fcs_lport_init() 1144 if (port->fabric) { in bfa_fcs_lport_get_attr() 1162 port->fabric->lps->lp_mac; in bfa_fcs_lport_get_attr() 5038 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_ns_process_gidft_pids() local 5549 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_scn_portid_rscn() local 5560 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5716 return &fcs->fabric.bport; in bfa_fcs_get_base_port() 5925 port->fabric->num_vports; in bfa_fcs_lport_get_info() 6728 if (fcs->fabric.num_vports == in bfa_fcs_vport_create() [all …]
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/soc/tegra/cbb/ |
A D | tegra234-cbb.c | 145 if (!cbb->fabric->firewall_base || in tegra234_cbb_write_access_allowed() 146 !cbb->fabric->firewall_ctl || in tegra234_cbb_write_access_allowed() 147 !cbb->fabric->firewall_wr_ctl) { in tegra234_cbb_write_access_allowed() 158 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_ctl); in tegra234_cbb_write_access_allowed() 171 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_wr_ctl); in tegra234_cbb_write_access_allowed() 510 cbb->fabric->name, status); in print_err_notifier() 598 if (priv->fabric->off_mask_erd) { in tegra234_cbb_isr() 1105 return entry->fabric; in tegra234_cbb_acpi_get_fabric() 1132 if (!fabric) { in tegra234_cbb_probe() 1145 cbb->fabric = fabric; in tegra234_cbb_probe() [all …]
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/sound/aoa/ |
A D | aoa.h | 56 struct aoa_fabric *fabric; member 99 aoa_fabric_register(struct aoa_fabric *fabric, struct device *dev); 105 aoa_fabric_unregister(struct aoa_fabric *fabric);
|
/linux-6.3-rc2/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-6.3-rc2/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+ series target mode HBAs 45 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs" 48 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
|
/linux-6.3-rc2/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 oridinal value of the hub on the other end of the fabric 110 oridinal value of the port on the other end of the fabric cable
|
/linux-6.3-rc2/sound/aoa/fabrics/ |
A D | Makefile | 2 snd-aoa-fabric-layout-objs += 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-6.3-rc2/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-m100pfs-fabric.dtsi | 5 fabric_clk3: fabric-clk3 { 11 fabric_clk1: fabric-clk1 {
|
A D | mpfs-polarberry-fabric.dtsi | 5 fabric_clk3: fabric-clk3 { 11 fabric_clk1: fabric-clk1 {
|
/linux-6.3-rc2/drivers/target/loopback/ |
A D | Kconfig | 3 tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" 7 fabric loopback module.
|
/linux-6.3-rc2/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-6.3-rc2/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
|
/linux-6.3-rc2/Documentation/infiniband/ |
A D | opa_vnic.rst | 6 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
|