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

/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs.c41 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_CREATE);
50 * FCS update cfg - reset the pwwn/nwwn of fabric base logical port
56 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; local
57 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg;
58 struct bfa_ioc_s *ioc = &fabric->fcs->bfa->ioc;
110 bfa_fcs_fabric_psymb_init(&fcs->fabric);
111 bfa_fcs_fabric_nsymb_init(&fcs->fabric);
127 bfa_lps_delete(fcs->fabric.lps);
128 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_DELET
204 bfa_fcs_fabric_sm_uninit(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
230 bfa_fcs_fabric_sm_created(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
278 bfa_fcs_fabric_sm_linkdown(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
324 bfa_fcs_fabric_sm_flogi(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
385 bfa_fcs_fabric_sm_flogi_retry(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
417 bfa_fcs_fabric_sm_auth(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
457 bfa_fcs_fabric_sm_auth_failed(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
483 bfa_fcs_fabric_sm_loopback(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
509 bfa_fcs_fabric_sm_nofabric(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
545 bfa_fcs_fabric_sm_online(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
591 bfa_fcs_fabric_sm_evfp(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
615 bfa_fcs_fabric_sm_evfp_done(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
626 bfa_fcs_fabric_sm_isolated(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
647 bfa_fcs_fabric_sm_deleting(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
675 bfa_fcs_fabric_sm_stopping(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
712 bfa_fcs_fabric_sm_cleanup(struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) argument
742 bfa_fcs_fabric_init(struct bfa_fcs_fabric_s *fabric) argument
755 bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric) argument
816 bfa_fcs_fabric_nsymb_init(struct bfa_fcs_fabric_s *fabric) argument
856 struct bfa_fcs_fabric_s *fabric = uarg; local
933 bfa_fcs_fabric_login(struct bfa_fcs_fabric_s *fabric) argument
947 bfa_fcs_fabric_notify_online(struct bfa_fcs_fabric_s *fabric) argument
969 bfa_fcs_fabric_notify_offline(struct bfa_fcs_fabric_s *fabric) argument
994 struct bfa_fcs_fabric_s *fabric = cbarg; local
1003 bfa_fcs_fabric_stop(struct bfa_fcs_fabric_s *fabric) argument
1025 bfa_fcs_fabric_delete(struct bfa_fcs_fabric_s *fabric) argument
1042 struct bfa_fcs_fabric_s *fabric = cbarg; local
1050 struct bfa_fcs_fabric_s *fabric = cbarg; local
1065 struct bfa_fcs_fabric_s *fabric; local
1078 struct bfa_fcs_fabric_s *fabric; local
1090 bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric) argument
1100 bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric) argument
1118 bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric, struct bfa_fcs_vport_s *vport) argument
1137 bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric, struct bfa_fcs_vport_s *vport) argument
1150 bfa_fcs_fabric_vport_lookup(struct bfa_fcs_fabric_s *fabric, wwn_t pwwn) argument
1177 bfa_fcs_fabric_get_switch_oui(struct bfa_fcs_fabric_s *fabric) argument
1194 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, u16 len) argument
1263 bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, u16 len) argument
1287 bfa_fcs_fabric_process_flogi(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, u16 len) argument
1320 bfa_fcs_fabric_send_flogi_acc(struct bfa_fcs_fabric_s *fabric) argument
1357 struct bfa_fcs_fabric_s *fabric = cbarg; local
1393 bfa_fcs_fabric_set_fabric_name(struct bfa_fcs_fabric_s *fabric, wwn_t fabric_name) argument
1424 struct bfa_fcs_fabric_s *fabric = uarg; local
1528 struct bfa_fcs_fabric_s *fabric; local
1583 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; local
[all...]
H A Dbfa_fcs.h204 struct bfa_fcs_fabric_s *fabric; /* parent fabric */ member in struct:bfa_fcs_lport_s
212 union bfa_fcs_lport_topo_u port_topo; /* fabric/loop/n2n details */
273 enum bfa_fcs_fabric_type fab_type; /* fabric type */
275 u8 is_vf; /* is virtual fabric? */
278 u16 bb_credit; /* BB credit from fabric */
279 u16 vf_id; /* virtual fabric ID */
286 wwn_t fabric_name; /* attached fabric name */
293 struct bfa_vf_stats_s stats; /* fabric/vf stats */
296 /* attached fabric'
880 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */ member in struct:bfa_fcs_s
[all...]
H A Dbfa_fcs_lport.c160 bfa_wc_down(&(port->fabric->stop_wc));
189 __port_action[port->fabric->fab_type].offline(port);
197 bfa_wc_down(&(port->fabric->stop_wc));
209 __port_action[port->fabric->fab_type].offline(port);
255 bfa_wc_down(&(port->fabric->stop_wc));
302 bfa_wc_down(&(port->fabric->stop_wc));
343 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad;
350 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id;
384 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
418 bfa_fcxp_send(fcxp, bfa_rport, port->fabric
4979 struct bfa_fcs_fabric_s *fabric = port->fabric; local
5478 struct bfa_fcs_fabric_s *fabric = port->fabric; local
6802 struct bfa_fcs_fabric_s *fabric; local
[all...]
H A Dbfa_fcs_rport.c652 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {
1161 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {
1234 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {
1734 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1856 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1886 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1956 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2107 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2141 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2211 bfa_fcxp_send(fcxp, NULL, port->fabric
3143 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; local
[all...]
H A Dbfad_attr.c121 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr);
836 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr);
H A Dbfa_fcs_fcpim.c446 aen_entry->aen_data.itnim.vf_id = rport->port->fabric->vf_id;
482 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfad_im.c1049 strscpy(symname, bfad->bfa_fcs.fabric.bport.port_cfg.sym_name.symname,
H A Dbfad_bsg.c299 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr);
/linux-master/sound/aoa/fabrics/
H A DMakefile2 snd-aoa-fabric-layout-objs += layout.o
4 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
/linux-master/sound/aoa/core/
H A Dcore.c18 /* We allow only one fabric. This simplifies things,
20 static struct aoa_fabric *fabric; variable in typeref:struct:aoa_fabric
31 if (fabric->found_codec)
32 err = fabric->found_codec(c);
35 printk(KERN_ERR "snd-aoa: fabric didn't like codec %s\n",
39 c->fabric = fabric;
46 c->fabric = NULL;
47 if (fabric->remove_codec)
48 fabric
[all...]
/linux-master/sound/aoa/
H A Daoa.h24 /* called when the fabric wants to init this codec.
28 /* called when the fabric is done with the codec.
32 /* May be NULL, but can be used by the fabric.
36 /* assigned by fabric before init() is called, points
40 /* assigned by the fabric before init() is called, points
41 * to the fabric's gpio runtime record for the relevant
45 /* assigned by the fabric before init() is called, contains
50 /* data the fabric can associate with this structure */
55 struct aoa_fabric *fabric; member in struct:aoa_codec
73 * fabric i
[all...]
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c110 const struct tegra234_cbb_fabric *fabric; member in struct:tegra234_cbb
141 if (!cbb->fabric->firewall_base ||
142 !cbb->fabric->firewall_ctl ||
143 !cbb->fabric->firewall_wr_ctl) {
148 if ((cbb->fabric->firewall_ctl > FIREWALL_APERTURE_SZ) ||
149 (cbb->fabric->firewall_wr_ctl > FIREWALL_APERTURE_SZ)) {
154 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_ctl);
157 * write accesses through the firewall of a fabric is disabled
158 * then CCPLEX can write to the registers of that fabric
1085 const struct tegra234_cbb_fabric *fabric; member in struct:tegra234_cbb_acpi_uid
1115 const struct tegra234_cbb_fabric *fabric; local
[all...]
/linux-master/arch/arm/mach-hisi/
H A Dplatmcpm.c59 static void __iomem *sysctrl, *fabric; variable
85 if (!fabric)
87 data = readl_relaxed(fabric + FAB_SF_MODE);
92 writel_relaxed(data, fabric + FAB_SF_MODE);
95 } while (data != readl_relaxed(fabric + FAB_SF_MODE));
284 np_fab = of_find_compatible_node(NULL, NULL, "hisilicon,hip04-fabric");
306 pr_err("failed to get fabric base phys\n");
311 fabric = of_iomap(np_fab, 0);
312 if (!fabric) {
313 pr_err("failed to get fabric bas
[all...]
/linux-master/sound/soc/fsl/
H A DMakefile52 obj-$(CONFIG_SND_MPC52xx_SOC_PCM030) += pcm030-audio-fabric.o
53 obj-$(CONFIG_SND_MPC52xx_SOC_EFIKA) += efika-audio-fabric.o
/linux-master/drivers/scsi/elx/libefc/
H A Defc_nport.c226 * If this is a vport, logout of the fabric
408 * then request that the fabric node use FDISC
411 * fabric emulation mode, so attach the fc_id
414 struct efc_node *fabric; local
416 fabric = efc_node_alloc(nport, FC_FID_FLOGI, false,
418 if (!fabric) {
422 efc_node_transition(fabric, __efc_vport_fabric_init,
448 * it then waits for a fabric node
456 /* Find our fabric node, and forward this event */
462 /* sm: / forward nport attach to fabric nod
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.h61 uint8_t fabric[8]; member in struct:csio_fcf_info
H A Dt4fw_api_stor.h518 u8 fabric[8]; member in struct:fw_fcoe_fcf_cmd
H A Dcsio_lnode.c815 memcpy(fcf_info->fabric, rsp->fabric, sizeof(fcf_info->fabric));
1577 /* Translate all the fabric events to lnode SM events */
/linux-master/drivers/s390/scsi/
H A Dzfcp_sysfs.c556 fsum = lat->_name.fabric.sum * adapter->timer_ticks; \
557 fmin = lat->_name.fabric.min * adapter->timer_ticks; \
558 fmax = lat->_name.fabric.max * adapter->timer_ticks; \
586 lat->_name.fabric.sum = 0; \
587 lat->_name.fabric.min = 0xFFFFFFFF; \
588 lat->_name.fabric.max = 0; \
H A Dzfcp_def.h240 struct zfcp_latency_record fabric; member in struct:zfcp_latency_cont
277 * @latencies: FSF channel and fabric latencies
H A Dzfcp_scsi.c152 zfcp_sdev->latencies.write.fabric.min = 0xFFFFFFFF;
154 zfcp_sdev->latencies.read.fabric.min = 0xFFFFFFFF;
156 zfcp_sdev->latencies.cmd.fabric.min = 0xFFFFFFFF;
H A Dzfcp_fsf.c189 "The fibre channel fabric does not support NPIV\n");
203 "fibre channel fabric\n");
223 "the FC fabric is down\n");
2377 zfcp_fsf_update_lat(&lat->fabric, lat_in->fabric_lat);
/linux-master/drivers/scsi/
H A Dipr.c227 "4101: Soft device bus fabric error"},
307 "4100: Hard device bus fabric error"},
435 "4102: Device bus fabric performance degradation"},
1940 * ipr_log_fabric_path - Log a fabric path error
1942 * @fabric: fabric descriptor
1948 struct ipr_hostrcb_fabric_desc *fabric)
1951 u8 path_state = fabric->path_state;
1963 if (fabric->cascaded_expander == 0xff && fabric
1947 ipr_log_fabric_path(struct ipr_hostrcb *hostrcb, struct ipr_hostrcb_fabric_desc *fabric) argument
1996 ipr_log64_fabric_path(struct ipr_hostrcb *hostrcb, struct ipr_hostrcb64_fabric_desc *fabric) argument
2193 struct ipr_hostrcb_fabric_desc *fabric; local
2286 struct ipr_hostrcb64_fabric_desc *fabric; local
[all...]
H A Dipr.h1054 #define for_each_fabric_cfg(fabric, cfg) \
1055 for (cfg = (fabric)->elem; \
1056 cfg < ((fabric)->elem + be16_to_cpu((fabric)->num_entries)); \
/linux-master/include/trace/events/
H A Drpcrdma.h1497 DEFINE_ACCEPT_EVENT(fabric); variable

Completed in 584 milliseconds