Home
last modified time | relevance | path

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

1234

/linux/drivers/scsi/bfa/
A Dbfa_fcs.c56 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 Dbfa_fcs.h138 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 Dbfa_fcs_lport.c761 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 …]
A Dbfa_fcs_rport.c636 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_online()
2284 rport_info.vf_id = port->fabric->vf_id; in bfa_fcs_rport_hal_online()
2285 rport_info.vf_en = port->fabric->is_vf; in bfa_fcs_rport_hal_online()
2548 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2557 if ((!bfa_fcs_fabric_is_switched(port->fabric)) && in bfa_fcs_rport_update()
2561 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2565 port->fabric->bb_credit); in bfa_fcs_rport_update()
3141 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit() local
3151 ((rport->port->fabric->lps->brcd_switch) || in bfa_fcs_rpf_sm_uninit()
3152 (bfa_fcs_fabric_get_switch_oui(fabric) == in bfa_fcs_rpf_sm_uninit()
[all …]
/linux/sound/aoa/core/
A Dcore.c31 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 Dcoherency-fabric.txt1 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/arch/arm/mach-hisi/
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/Documentation/devicetree/bindings/powerpc/fsl/
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/
A Daoa.h56 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/drivers/scsi/qla2xxx/
A DKconfig35 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/Documentation/ABI/testing/
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
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
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
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 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/Documentation/target/
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/
A DMakefile2 snd-aoa-fabric-layout-objs += layout.o
4 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
A DKconfig3 tristate "layout-id fabric"
7 This enables the layout-id fabric for the Apple Onboard
/linux/drivers/target/loopback/
A DKconfig3 tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
7 fabric loopback module.
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
A Dhip04-fabric.yaml4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/hip04-fabric.yaml#
17 - const: hisilicon,hip04-fabric
/linux/Documentation/infiniband/
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
/linux/Documentation/devicetree/bindings/net/
A Dcalxeda-xgmac.yaml11 internal machine "network fabric", which is set up, initialised and
13 binding. Switches in the fabric take care of routing and mapping the
/linux/Documentation/admin-guide/
A Drapidio.rst10 RapidIO is a high speed switched fabric interconnect with features aimed
12 as well as message-based transactions over the switched fabric network.
/linux/Documentation/scsi/
A Dscsi_fc_transport.rst46 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
50 mechanism, adding a fabric header to each frame allows the port to
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.
313 | Active: | LOGO received from fabric | Fabric Logout |
403 - If the driver detects the topology is loop, non-fabric, or the
491 topology type and existence of the fabric. As this is not applicable to
/linux/drivers/vhost/
A DKconfig42 tristate "VHOST_SCSI TCM fabric driver"
47 Say M here to enable the vhost_scsi TCM fabric module
/linux/drivers/target/tcm_fc/
A DKconfig3 tristate "TCM_FC fabric Plugin"

Completed in 50 milliseconds

1234