/Linux-v6.1/drivers/scsi/bfa/ |
D | bfa_fcs.c | 41 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_CREATE); in bfa_fcs_init() 50 * FCS update cfg - reset the pwwn/nwwn of fabric base logical port 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() 133 * Fabric module implementation. [all …]
|
D | bfa_fcs.h | 138 struct bfa_fcs_fabric_s *fabric; /* parent fabric */ member 146 union bfa_fcs_lport_topo_u port_topo; /* fabric/loop/n2n details */ 180 enum bfa_fcs_fabric_type fab_type; /* fabric type */ 182 u8 is_vf; /* is virtual fabric? */ 185 u16 bb_credit; /* BB credit from fabric */ 186 u16 vf_id; /* virtual fabric ID */ 193 wwn_t fabric_name; /* attached fabric name */ 200 struct bfa_vf_stats_s stats; /* fabric/vf stats */ 203 /* attached fabric's ip addr */ 212 * The design calls for a single implementation of base fabric and vf. [all …]
|
D | bfa_defs_fcs.h | 21 BFA_VF_UNINIT = 0, /* fabric is not yet initialized */ 25 BFA_VF_NOFABRIC = 4, /* fabric is not present */ 26 BFA_VF_ONLINE = 5, /* login to fabric is complete */ 44 u32 fabric_onlines; /* Internal fabric online notification sent 46 u32 fabric_offlines; /* Internal fabric offline notification sent 57 wwn_t fabric_name; /* fabric name */ 103 BFA_LPORT_ONLINE = 2, /* login to fabric is complete */ 104 BFA_LPORT_OFFLINE = 3, /* No login to fabric */ 122 * fabric */ 244 * fabric's ip addr */ [all …]
|
D | bfa_fcs_lport.c | 173 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_init() 202 __port_action[port->fabric->fab_type].offline(port); in bfa_fcs_lport_sm_online() 210 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_online() 222 __port_action[port->fabric->fab_type].offline(port); in bfa_fcs_lport_sm_online() 268 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_offline() 315 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_stopping() 356 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_lport_aen_post() 363 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id; in bfa_fcs_lport_aen_post() 397 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt() 431 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt() [all …]
|
/Linux-v6.1/sound/aoa/core/ |
D | core.c | 18 /* We allow only one fabric. This simplifies things, 20 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() 35 printk(KERN_ERR "snd-aoa: fabric didn't like codec %s\n", 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() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/marvell/ |
D | coherency-fabric.txt | 1 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-v6.1/sound/aoa/ |
D | aoa.h | 25 /* called when the fabric wants to init this codec. 29 /* called when the fabric is done with the codec. 33 /* May be NULL, but can be used by the fabric. 37 /* assigned by fabric before init() is called, points 41 /* assigned by the fabric before init() is called, points 42 * to the fabric's gpio runtime record for the relevant 46 /* assigned by the fabric before init() is called, contains 51 /* data the fabric can associate with this structure */ 56 struct aoa_fabric *fabric; member 74 * fabric is responsible for initialising some fields [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra234-cbb.yaml | 18 "CBB central fabric". 22 fabric. Each Root MN contains a Error Monitor (EM) which detects and 24 Notifier (EN) which is per fabric and presents a single interrupt from 25 fabric to the SoC interrupt controller. 30 Description, MasterID, Fabric, SlaveID, Address, Cache, Protection, 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 [all …]
|
/Linux-v6.1/drivers/soc/tegra/cbb/ |
D | tegra234-cbb.c | 105 const struct tegra234_cbb_fabric *fabric; member 136 addr = priv->regs + priv->fabric->notifier_offset; in tegra234_cbb_fault_enable() 155 addr = priv->regs + priv->fabric->notifier_offset; in tegra234_cbb_get_status() 164 writel(0x1, cbb->regs + cbb->fabric->off_mask_erd); in tegra234_cbb_mask_serror() 225 const struct tegra234_slave_lookup *map = cbb->fabric->slave_map; in tegra234_lookup_slave_timeout() 232 * using <FABRIC>_SN_<>_SLV_TIMEOUT_STATUS_0_0 register. in tegra234_lookup_slave_timeout() 236 * <FABRIC>_SN_AXI2APB_<>_BLOCK_TMO_STATUS_0 register. in tegra234_lookup_slave_timeout() 238 * <FABRIC>_SN_AXI2APB_<>_BLOCK<index-set-bit>_TMO_0. in tegra234_lookup_slave_timeout() 276 cbb->fabric->errors[type].code); in tegra234_cbb_print_error() 287 cbb->fabric->errors[type].code); in tegra234_cbb_print_error() [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 20 fcoe_ctlr_device out of the fabric or otherwise connected 45 modes are 'Fabric' and 'VN2VN'. If a FCoE Controller 46 is started in 'Fabric' mode then FIP FCF discovery is 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. 111 The Virtual Fabric ID 122 - "Disconnected" - No link to the FCF/fabric
|
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
|
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
|
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
|
/Linux-v6.1/Documentation/scsi/ |
D | scsi_fc_transport.rst | 44 Virtualization (NPIV) mechanism, a point-to-point connection to a Fabric 46 separate port to other endpoints on the fabric, even though it shares one 48 unique view of the fabric based on fabric zoning and array lun-masking 49 (just like a normal non-NPIV adapter). Using the Virtual Fabric (VF) 50 mechanism, adding a fabric header to each frame allows the port to 51 interact with the Fabric Port to join multiple fabrics. The port will 52 obtain an N_Port_ID on each fabric it joins. Each fabric will have its 55 on each virtual fabric. 62 distinct N_Port_ID and view of fabric endpoints and storage entities. 249 FC_VPORT_NO_FABRIC_SUPP - No Fabric Support [all …]
|
/Linux-v6.1/include/uapi/scsi/fc/ |
D | fc_fs.h | 77 FC_RCTL_VFTH = 0x50, /* virtual fabric tagging header */ 78 FC_RCTL_IFRH = 0x51, /* inter-fabric routing header */ 95 FC_RCTL_F_RJT = 0xc3, /* fabric reject */ 97 FC_RCTL_F_BSY = 0xc5, /* fabric busy to data frame */ 98 FC_RCTL_F_BSYL = 0xc6, /* fabric busy to link control frame */ 130 [FC_RCTL_F_RJT] = "LC fabric reject", \ 132 [FC_RCTL_F_BSY] = "LC fabric busy to data frame", \ 133 [FC_RCTL_F_BSYL] = "LC fabric busy to link control frame",\ 139 * Well-known fabric addresses. 144 FC_FID_FLOGI = 0xfffffe, /* fabric login */ [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | ccf.txt | 1 Freescale CoreNet Coherency Fabric(CCF) Device Tree Binding 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-v6.1/arch/arm/mach-mvebu/ |
D | coherency.c | 3 * Coherency fabric (Aurora) support for Armada 370, 375, 38x and XP 12 * The Armada 370, 375, 38x and XP SOCs have a coherency fabric which is 14 * CPUs and I/O masters. This file initializes the coherency fabric and 42 /* Coherency fabric registers */ 53 {.compatible = "marvell,coherency-fabric", 55 {.compatible = "marvell,armada-375-coherency-fabric", 57 {.compatible = "marvell,armada-380-coherency-fabric", 127 * fabric, and therefore before they are coherent with in armada_370_coherency_init() 206 * The coherency fabric is needed: in coherency_type() 247 pr_warn("Coherency fabric is not initialized\n"); in set_cpu_coherent()
|
D | coherency_ll.S | 3 * Coherency fabric: low level functions 10 * coherency fabric. This function is called by each of the secondary 26 * the coherency fabric is not enabled. 35 * base address, (or 0x0 if the coherency fabric is not mapped) 54 * coherency CPU mask can be used with the coherency fabric 58 * fabric registers
|
/Linux-v6.1/arch/arm/mach-hisi/ |
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() 284 np_fab = of_find_compatible_node(NULL, NULL, "hisilicon,hip04-fabric"); in hip04_smp_init() 306 pr_err("failed to get fabric base phys\n"); in hip04_smp_init() 311 fabric = of_iomap(np_fab, 0); in hip04_smp_init() 312 if (!fabric) { in hip04_smp_init() 313 pr_err("failed to get fabric base\n"); in hip04_smp_init() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
D | hip04-fabric.yaml | 4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/hip04-fabric.yaml# 7 title: Hisilicon Fabric controller 12 description: Hisilicon Fabric controller 17 - const: hisilicon,hip04-fabric
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
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-v6.1/drivers/infiniband/hw/efa/ |
D | Kconfig | 4 # Amazon fabric device configuration 8 tristate "Amazon Elastic Fabric Adapter (EFA) support" 12 This driver supports Amazon Elastic Fabric Adapter (EFA).
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_main.c | 210 * @dsaf_dev: dsa fabric id 219 * @dsaf_dev: dsa fabric id 231 * @dsaf_dev: dsa fabric id 288 * @dsaf_dev: dsa fabric id 306 * @dsaf_dev: dsa fabric id 326 * @dsaf_dev: dsa fabric id 345 * @dsaf_dev: dsa fabric id 390 * @dsaf_dev: dsa fabric id 559 * @dsaf_dev: dsa fabric id 602 * @dsaf_dev: dsa fabric id [all …]
|
/Linux-v6.1/Documentation/target/ |
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-v6.1/drivers/nvme/host/ |
D | fabrics.h | 80 * @transport: Holds the fabric transport "technology name" (for a lack of 142 * fabric implementation of NVMe fabrics. 146 * @name: Name of the NVMe fabric driver implementation. 152 * implementation-specific fabric technology 153 * that would go into starting up that fabric 155 * using that fabric technology.
|