Home
last modified time | relevance | path

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

12

/drivers/scsi/bfa/
Dbfa_fcs.c49 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_CREATE); in bfa_fcs_init()
64 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; in bfa_fcs_update_cfg() local
65 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; in bfa_fcs_update_cfg()
66 struct bfa_ioc_s *ioc = &fabric->fcs->bfa->ioc; in bfa_fcs_update_cfg()
118 bfa_fcs_fabric_psymb_init(&fcs->fabric); in bfa_fcs_driver_info_init()
119 bfa_fcs_fabric_nsymb_init(&fcs->fabric); in bfa_fcs_driver_info_init()
135 bfa_lps_delete(fcs->fabric.lps); in bfa_fcs_exit()
136 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_DELETE); in bfa_fcs_exit()
150 if (fabric->fab_type == BFA_FCS_FABRIC_SWITCHED) \
161 static void bfa_fcs_fabric_init(struct bfa_fcs_fabric_s *fabric);
[all …]
Dbfa_fcs.h146 struct bfa_fcs_fabric_s *fabric; /* parent fabric */ member
281 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
282 #define bfa_fcs_lport_get_fabric_name(_lport) ((_lport)->fabric->fabric_name)
284 ((_lport)->fabric->fabric_ip_addr)
705 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */ member
812 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
813 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
814 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
816 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
819 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
[all …]
Dbfa_fcs_lport.c181 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_init()
210 __port_action[port->fabric->fab_type].offline(port); in bfa_fcs_lport_sm_online()
218 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_online()
230 __port_action[port->fabric->fab_type].offline(port); in bfa_fcs_lport_sm_online()
276 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_offline()
323 bfa_wc_down(&(port->fabric->stop_wc)); in bfa_fcs_lport_sm_stopping()
364 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_lport_aen_post()
371 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id; in bfa_fcs_lport_aen_post()
405 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt()
439 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt()
[all …]
Dbfa_fcs_rport.c648 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_online()
1160 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_hcb_offline()
1233 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_hcb_logorcv()
1731 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogi()
1853 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogiacc()
1883 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_adisc()
1953 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_nsdisc()
2104 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo()
2138 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo_acc()
2208 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_prli()
[all …]
Dbfa_fcs_fcpim.c437 aen_entry->aen_data.itnim.vf_id = rport->port->fabric->vf_id; in bfa_fcs_itnim_aen_post()
473 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_itnim_send_prli()
Dbfad_attr.c129 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr); in bfad_im_get_host_port_type()
847 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr); in bfad_im_symbolic_name_show()
Dbfad_im.c1062 strlcpy(symname, bfad->bfa_fcs.fabric.bport.port_cfg.sym_name.symname, in bfad_fc_host_init()
/drivers/scsi/qla2xxx/
DKconfig34 tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
40 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
44 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
47 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
/drivers/target/loopback/
DKconfig2 tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
5 fabric loopback module.
/drivers/s390/scsi/
Dzfcp_sysfs.c432 fsum = lat->_name.fabric.sum * adapter->timer_ticks; \
433 fmin = lat->_name.fabric.min * adapter->timer_ticks; \
434 fmax = lat->_name.fabric.max * adapter->timer_ticks; \
462 lat->_name.fabric.sum = 0; \
463 lat->_name.fabric.min = 0xFFFFFFFF; \
464 lat->_name.fabric.max = 0; \
Dzfcp_scsi.c148 zfcp_sdev->latencies.write.fabric.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
150 zfcp_sdev->latencies.read.fabric.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
152 zfcp_sdev->latencies.cmd.fabric.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
Dzfcp_def.h134 struct fsf_latency_record fabric; member
/drivers/vhost/
DKconfig14 tristate "VHOST_SCSI TCM fabric driver"
19 Say M here to enable the vhost_scsi TCM fabric module
/drivers/target/tcm_fc/
DKconfig2 tristate "TCM_FC fabric Plugin"
/drivers/target/sbp/
DKconfig2 tristate "FireWire SBP-2 fabric module"
/drivers/fpga/
DKconfig95 freeze bridge is a bridge that exists in the FPGA fabric to
117 The PR Decoupler exists in the FPGA fabric to isolate one
/drivers/net/dsa/mv88e6xxx/
DKconfig2 tristate "Marvell 88E6xxx Ethernet switch fabric support"
/drivers/scsi/
Dipr.c2050 struct ipr_hostrcb_fabric_desc *fabric) in ipr_log_fabric_path() argument
2053 u8 path_state = fabric->path_state; in ipr_log_fabric_path()
2065 if (fabric->cascaded_expander == 0xff && fabric->phy == 0xff) { in ipr_log_fabric_path()
2068 fabric->ioa_port); in ipr_log_fabric_path()
2069 } else if (fabric->cascaded_expander == 0xff) { in ipr_log_fabric_path()
2072 fabric->ioa_port, fabric->phy); in ipr_log_fabric_path()
2073 } else if (fabric->phy == 0xff) { in ipr_log_fabric_path()
2076 fabric->ioa_port, fabric->cascaded_expander); in ipr_log_fabric_path()
2080 fabric->ioa_port, fabric->cascaded_expander, fabric->phy); in ipr_log_fabric_path()
2087 fabric->ioa_port, fabric->cascaded_expander, fabric->phy); in ipr_log_fabric_path()
[all …]
Dipr.h1119 #define for_each_fabric_cfg(fabric, cfg) \ argument
1120 for (cfg = (fabric)->elem; \
1121 cfg < ((fabric)->elem + be16_to_cpu((fabric)->num_entries)); \
/drivers/scsi/csiostor/
Dcsio_lnode.h74 uint8_t fabric[8]; member
Dcsio_lnode.c807 memcpy(fcf_info->fabric, rsp->fabric, sizeof(fcf_info->fabric)); in csio_ln_read_fcf_cbfn()
Dt4fw_api_stor.h518 u8 fabric[8]; member
/drivers/rapidio/
DKconfig65 This option includes basic RapidIO fabric enumeration and discovery
/drivers/usb/gadget/legacy/
DKconfig263 This fabric is an USB gadget. Two USB protocols are supported that is
/drivers/usb/gadget/
DKconfig508 This fabric is a USB gadget component. Two USB protocols are

12